#testing #async-test #async-await #async #proc-macro #procedural #attributes

dev futures-await-test

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.

9 releases

0.3.0 Nov 7, 2019
0.2.1 Jun 26, 2018
0.2.0 Apr 19, 2018
0.1.7 Dec 20, 2018
0.1.0 Dec 16, 2017

#837 in Asynchronous

Download history 953/week @ 2024-07-22 1488/week @ 2024-07-29 1224/week @ 2024-08-05 1399/week @ 2024-08-12 1319/week @ 2024-08-19 1427/week @ 2024-08-26 1602/week @ 2024-09-02 1452/week @ 2024-09-09 1582/week @ 2024-09-16 1609/week @ 2024-09-23 2253/week @ 2024-09-30 1561/week @ 2024-10-07 2263/week @ 2024-10-14 1948/week @ 2024-10-21 1891/week @ 2024-10-28 1450/week @ 2024-11-04

7,659 downloads per month
Used in 26 crates (19 directly)

MIT license

3KB

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
~51K SLoC