-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: specify error for invalid tests (#467)
* Trying to extract errors * Embed errors in test files This puts in place the mechanism for embedding error messages into the invalid tests themselves. That way, anything which changes what errors are reported results in a failing test. * Fixes for error checking This puts through a few more fixes for the error checking mechanism, and adds errors for basic and constant tests. There's a fair way to go yet though. * Updated all invalid tests This updates all the existing invalid tests to include specific information about the expected errors. Overall, this seems to be working well.
- Loading branch information
1 parent
16133c9
commit 4ed90e7
Showing
133 changed files
with
399 additions
and
83 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.