#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

#1410 in Asynchronous

Download history 2/week @ 2024-02-21 2/week @ 2024-02-28 23/week @ 2024-03-27 35/week @ 2024-04-03

58 downloads per month

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