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
This requires some serious macro magic which may not be worth it...
fact "test" do 10 |> 11 10 |> 22 end
Would result in 2 failures rather than 1.
The text was updated successfully, but these errors were encountered:
Only used for internal testing but the idea is realised here in the fail predicate:
6dbeac5
In fail its a little simpler since we only need to wrap asserts in exception catchers.
Sorry, something went wrong.
First prototype for using this for all facts:
https://github.com/josephwilk/amrita/compare/multiple_runs_per_test?expand=1#L0R203
Completed in: https://github.com/josephwilk/amrita/tree/multiple_runs_per_test
One core problem is the alternative provided syntax and the errors mocks make.
Now we can, should we :)
No branches or pull requests
This requires some serious macro magic which may not be worth it...
Would result in 2 failures rather than 1.
The text was updated successfully, but these errors were encountered: