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
Is it possible to automatically collect all unit tests using #[test] attribute? I'm considering this library as a replacement to the default one, because it looks like libtest-mimic supports running tests in the main thread, which is crucial for my crate osakit (MacOS OSAKit Framework only works properly in the main thread). At the same time I'd like to keep the convenience that provides default testing library by automatically collecting tests.
The text was updated successfully, but these errors were encountered:
Hello!
Is it possible to automatically collect all unit tests using #[test] attribute? I'm considering this library as a replacement to the default one, because it looks like libtest-mimic supports running tests in the main thread, which is crucial for my crate osakit (MacOS OSAKit Framework only works properly in the main thread). At the same time I'd like to keep the convenience that provides default testing library by automatically collecting tests.
The text was updated successfully, but these errors were encountered: