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
Catch does this
Scenario: vectors can be sized and resized Given: A vector with some items When: more capacity is reserved Then: the capacity changes but not the size
catchr will show you the path to the test, but paths cannot contain any special characters. It'd be nice to be able to do something like:
catchr
section "Very descriptive comment" { case "-- special chars ???" { assert!(false, catchr_msg!()); } }
and for it to output:
running 1 test test very_descriptive_comment::special_chars ... FAILED failures: ---- very_descriptive_comment::special_chars stdout ---- thread 'very_descriptive_comment::special_chars' panicked at ' Section: Very descriptive comment Case: -- special chars ??? ', src/lib.rs:4:9
or something simmilar
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Catch does this
catchr
will show you the path to the test, but paths cannot contain any special characters. It'd be nice to be able to do something like:and for it to output:
or something simmilar
The text was updated successfully, but these errors were encountered: