We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the solution you'd like
If the data-driven integration tests fail, we should know exactly which test case caused the failure.
At the moment, one #[test] runs multiple data tests, so it's hard to know what exactly went wrong.
#[test]
We should improve this somewhat.
Design inspiration
build.rs
Describe alternatives you've considered
The alternative is we write a re-usable test macro. Myabe that's better.
Additional context
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the solution you'd like
If the data-driven integration tests fail, we should know exactly which test case caused the failure.
At the moment, one
#[test]
runs multiple data tests, so it's hard to know what exactly went wrong.We should improve this somewhat.
Design inspiration
build.rs
to build a test file based on their spec data. At first I was resistant, but maybe that is the best approach.Describe alternatives you've considered
The alternative is we write a re-usable test macro. Myabe that's better.
Additional context
The text was updated successfully, but these errors were encountered: