tower/tower-test
John Doneth 7ae5967e7a Update tower-test to std::future::Future (#316)
* update tower-test to std::future

* refactoring tower-test tests

* everything works

* whoops, un-delete the tower dir

* cleanup & update links

* undo changes to tower-filter for this PR

* use pin_utils::unsafe_pinned

* use tokio-test
2019-09-03 10:26:46 -04:00
..
src Update tower-test to std::future::Future (#316) 2019-09-03 10:26:46 -04:00
tests Update tower-test to std::future::Future (#316) 2019-09-03 10:26:46 -04:00
CHANGELOG.md Prepare release (#273) 2019-04-26 21:31:25 -07:00
Cargo.toml Update tower-test to std::future::Future (#316) 2019-09-03 10:26:46 -04:00
LICENSE Prepare release (#273) 2019-04-26 21:31:25 -07:00
README.md chore: fix small errors in Cargo files 2019-04-26 22:31:07 -07:00

README.md

Tower Test

Utilities for writing client and server Service tests.

License

This project is licensed under the MIT license.

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in Tower by you, shall be licensed as MIT, without any additional terms or conditions.