01Implements asynchronous test fixtures for setup and teardown logic
02Facilitates testing of MPSC channels and spawned background tasks
03Provides deterministic time-testing patterns using tokio::time::pause
04Includes patterns for testing async error cases and panic conditions
051 GitHub stars
06Standardizes #[tokio::test] usage for basic and multi-threaded runtimes