Registry / testing / futures-await-test

futures-await-test

JSON →
library0.3.0rscratesunverified

Async test support for Rust through a procedural macro that enables async/await in tests.

# Cargo.toml [dependencies] futures-await-test = "0.3.0"
INSTALL
IMPORT
SIG · FUTURES-AWAIT-TEST
F
futures-await-test
testingrustv0.3.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

async_test
use futures_await_test::async_test;

Define an async test function using the #[async_test] attribute.

use futures_await_test::async_test; #[async_test] async fn my_test() { assert_eq!(2 + 2, 4); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.3.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
30 hits · last 30 days
node
28
Resources
futures-await-test — cargo add futures-await-test · libregistry