#async

futures-await-test-preview

Async test support for Rust through a procedural macro. This crate defines the #[async_test] attribute to make writing tests that use async/await easier.

10 releases

0.3.0-alpha.19 Sep 28, 2019
0.3.0-alpha.16 May 13, 2019
0.3.0-alpha.15 Apr 27, 2019
0.3.0-alpha.13 Mar 5, 2019
0.3.0-alpha.1 Jul 22, 2018

#1252 in #async

33 downloads per month

MIT license

2KB

futures-await-test

Build Status Latest Version

Async test support for Rust through a procedural macro. This crate defines the #[async_test] attribute to make writing tests that use async/await easier.

See the tests for examples.

Dependencies

~2.5MB
~61K SLoC