Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Batch-testing for specific errors #102

Open
MathiasMehl opened this issue Apr 29, 2019 · 1 comment
Open

Batch-testing for specific errors #102

MathiasMehl opened this issue Apr 29, 2019 · 1 comment

Comments

@MathiasMehl
Copy link
Contributor

Instead of only having "non-compiling" and "compiling" folders, we could have "flow-error" folder, "type-error" folders, and assert for specific errors

@falkecarlsen
Copy link
Member

Multiple approaches:

  • Specific folders not nested underneath specific testing-folders for asserting specific exception has been thrown.
  • Dynamically assert that each test compilation throws an error of type denoted in header. This would allow a more simple structure.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants