-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
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
Async tests marked with "#[tokio::test]" run successful checkmark not displayed #233
Comments
Wanted to acknowledge seeing this, but will be a while before I have a chance to dig in. If you have a simple repro repo you could share that'd help, though also may not be necessary if this is readily reproducible with any such test |
I created a very simple example with a tokio test as a fork of your repo: It has examples for three async runtimes tokio, async_std and smol. I also added a quickcheck example which is not detected. I think there are lots of custom test macros that are not detected. |
Same here, have you any idea for resolving this issue ? |
For me, these tests (specifically they're in |
Any async tests marked with
#[tokio::test]
are displayed properly in the sidebar, but the checkmark is not displayed after successful run.The text was updated successfully, but these errors were encountered: