summaryrefslogtreecommitdiffstats
path: root/tokio-test/tests
AgeCommit message (Expand)Author
2020-10-08time: rename `Delay` future to `Sleep` (#2932)Juan Alvarez
2020-10-01time: introduce `sleep` and `sleep_until` functions (#2826)Juan Alvarez
2020-08-20test: implement Drop for Mock to panic w/ unconsumed data (#2704)Blas Rodriguez Irizar
2020-04-02test: Added read_error() and write_error() (#2337)Benjamin Halsted
2019-12-13chore: remove benches and fix/work around clippy lints (#1952)Artem Vorotnikov
2019-11-20time: Eagerly bind delays to timer (#1800)Kevin Leimkuhler
2019-11-15Limit `futures` dependency to `Stream` via feature flag (#1774)Carl Lerche
2019-11-12reorganize modules (#1766)Carl Lerche
2019-11-06time: rename `tokio::timer` -> `tokio::time` (#1745)Carl Lerche
2019-10-21timer: move `tokio-timer` into `tokio` crate (#1674)Carl Lerche
2019-08-30test: fix assert format args (#1520)Geoff Shannon
2019-08-20chore: bump to newer nightly (#1485)Taiki Endo
2019-08-20timer: introduce delay function shortcut (#1440)Jakub Beránek
2019-08-13test: add a block_on function to tokio-test (#1431)Geoff Shannon
2019-08-10chore: change default lint level to warning and deny warnings in CI (#1416)Taiki Endo
2019-07-12tokio-test: add tokio_test::io mock builderSean McArthur
2019-06-27chore: format code and enable rustfmt CI task (#1212)Carl Lerche
2019-06-26test: get `cargo test --tests` working (#1205)Carl Lerche
2019-05-14Update Tokio to Rust 2018 (#1082)Carl Lerche
2019-04-23Introduce `tokio-test` crate (#1030)Lucio Franco