Improve ServeSession test using async and Tokio

This commit is contained in:
Lucien Greathouse
2019-10-08 13:26:21 -07:00
parent c5839c94ca
commit 18533d5944
6 changed files with 107 additions and 6 deletions

View File

@@ -74,6 +74,7 @@ paste = "0.1"
pretty_assertions = "0.6.1"
serde_yaml = "0.8.9"
tempfile = "3.0"
tokio = "0.1.22"
walkdir = "2.1"
[dev-dependencies.insta]