2 releases
Uses old Rust 2015
0.1.1 | Jan 2, 2019 |
---|---|
0.1.0 | Aug 16, 2018 |
#17 in #able
173 downloads per month
Used in fewer than 6 crates
6KB
80 lines
Tokio Mock Task
Mock a task for testing.
License
This project is licensed under the MIT license.
Contribution
Unless you explicitly state otherwise, any contribution intentionally submitted
for inclusion in tokio-mock-task
by you, shall be licensed as MIT, without any
additional terms or conditions.
lib.rs
:
Wrap Tokio based code with a mock task.
This allows writing tests that are able to assert that a task is notified on an event.
Dependencies
~54KB