move existing integration tests into new crate

This commit is contained in:
Dustin J. Mitchell
2022-01-25 01:32:22 +00:00
parent c006cbe8e5
commit ca0279a73f
7 changed files with 18 additions and 38 deletions

23
Cargo.lock generated
View File

@@ -1524,9 +1524,17 @@ dependencies = [
name = "integration-tests"
version = "0.4.1"
dependencies = [
"actix-rt",
"actix-web",
"anyhow",
"cc",
"env_logger 0.8.4",
"log",
"pretty_assertions",
"taskchampion",
"taskchampion-lib",
"taskchampion-sync-server",
"tempfile",
]
[[package]]
@@ -2488,21 +2496,6 @@ dependencies = [
"winapi 0.3.9",
]
[[package]]
name = "replica-server-tests"
version = "0.4.1"
dependencies = [
"actix-rt",
"actix-web",
"anyhow",
"env_logger 0.8.4",
"log",
"pretty_assertions",
"taskchampion",
"taskchampion-sync-server",
"tempfile",
]
[[package]]
name = "resolv-conf"
version = "0.7.0"