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
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
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.
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: