Testing utilities for Tokio- and futures-based code.
# Cargo.toml
[dependencies]
tokio-test = "0.4.5"No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Use block_on to run async code in synchronous test contexts.
Ensure tokio is included with appropriate features (e.g., rt, macros) in Cargo.toml
No dependency data recorded yet.