mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00

This crate has been moved to https://github.com/GothenburgBitFactory/taskchampion-sync-server. The integration-tests repo used the sync server to test integration between taskchampion and the sync-server. We should do that again, but after taskchampion moves to its own repo (#3209). In the interim, the cross-sync integration test can simply test syncing between local servers, but the snapshot test is no longer useful as the local server does not support snapshots.
20 lines
436 B
TOML
20 lines
436 B
TOML
[package]
|
|
name = "integration-tests"
|
|
version = "0.4.1"
|
|
authors = ["Dustin J. Mitchell <dustin@mozilla.com>"]
|
|
edition = "2021"
|
|
publish = false
|
|
build = "build.rs"
|
|
|
|
[dependencies]
|
|
taskchampion = { path = "../taskchampion" }
|
|
taskchampion-lib = { path = "../lib" }
|
|
|
|
[dev-dependencies]
|
|
anyhow.workspace = true
|
|
tempfile.workspace = true
|
|
pretty_assertions.workspace = true
|
|
lazy_static.workspace = true
|
|
|
|
[build-dependencies]
|
|
cc.workspace = true
|