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
rstest
Found rstest just now, it supports timeout: https://docs.rs/rstest/latest/rstest/attr.rstest.html#default-timeout
It also supports auto await with #[awt] https://docs.rs/rstest/latest/rstest/attr.rstest.html#async
#[awt]
And parameterised test input!
We can probably save a lot of lines and make many tests more robust!
The text was updated successfully, but these errors were encountered:
Works wirhth should_panic too
Sorry, something went wrong.
No branches or pull requests
Found rstest just now, it supports timeout:
https://docs.rs/rstest/latest/rstest/attr.rstest.html#default-timeout
It also supports auto await with
#[awt]
https://docs.rs/rstest/latest/rstest/attr.rstest.html#asyncAnd parameterised test input!
We can probably save a lot of lines and make many tests more robust!
The text was updated successfully, but these errors were encountered: