add tests for API methods

This commit is contained in:
Dustin J. Mitchell 2020-11-26 17:27:17 -05:00
parent 3fb2327a5b
commit 7472749fee
8 changed files with 299 additions and 14 deletions

View file

@ -9,5 +9,8 @@ edition = "2018"
[dependencies]
actix-web = "3.3.0"
failure = "0.1.8"
futures = "0.3.8"
taskchampion = { path = "../taskchampion" }
futures = "0.3.8"
[dev-dependencies]
actix-rt = "1.1.1"