You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When testing it can be very useful to test that a failure was due to a specific assertion. From #1994 it is possible to test failing cases, but it is not giving much input on exactly why it failed. Adding this feature could be very useful for more complete testing. Depends on #1939 to be included first.
Problem
When testing it can be very useful to test that a failure was due to a specific assertion. From #1994 it is possible to test failing cases, but it is not giving much input on exactly why it failed. Adding this feature could be very useful for more complete testing. Depends on #1939 to be included first.
Happy Case
Adding support for something like
#[test(should_fail_with("assert message")]
Would be neat.
Alternatives Considered
No response
Additional Context
Example of similar features:
Would you like to submit a PR for this Issue?
No
Support Needs
No response
The text was updated successfully, but these errors were encountered: