#async #async-test #attributes #testing #defines #async-await #procedural

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

#1400 in Asynchronous

MIT license

4KB

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

~2MB
~48K SLoC