Skip to content

Commit

Permalink
tokio-test: add tokio_test::io mock builder
Browse files Browse the repository at this point in the history
  • Loading branch information
seanmonstar committed Jul 12, 2019
1 parent 2291823 commit 48d7f7b
Show file tree
Hide file tree
Showing 4 changed files with 482 additions and 1 deletion.
7 changes: 6 additions & 1 deletion tokio-test/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,10 @@ publish = false
[dependencies]
assertive = { git = "http://github.com/carllerche/assertive" }
pin-convert = "0.1.0"
tokio-timer = { version = "0.3.0", path = "../tokio-timer" }
tokio-executor = { version = "0.2.0", path = "../tokio-executor" }
tokio-io = { version = "0.2.0", path = "../tokio-io" }
tokio-sync = { version = "0.2.0", path = "../tokio-sync" }
tokio-timer = { version = "0.3.0", path = "../tokio-timer" }

[dev-dependencies]
tokio = { path = "../tokio" }
Loading

0 comments on commit 48d7f7b

Please sign in to comment.