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
Currently it doesn't seem to work:
#[tokio::test] async fn test_case(name: &str) { }
Output:
error: the test function cannot accept arguments --> iml-services/iml-devices/src/db.rs:578:24 | 578 | async fn test_case(name: &str) { | ^^^^^^^^^^
Is there a way to provide a test_case::test_case_tokio macro to support async tests?
test_case::test_case_tokio
The text was updated successfully, but these errors were encountered:
That'd be cool... However I'd like to hide it under feature gate.
Sorry, something went wrong.
It is fixed now via #48
No branches or pull requests
Currently it doesn't seem to work:
Output:
Is there a way to provide a
test_case::test_case_tokio
macro to support async tests?The text was updated successfully, but these errors were encountered: