unit tests for TCString

This commit is contained in:
Dustin J. Mitchell
2022-02-06 16:21:42 +00:00
parent f4c6e04d44
commit dadc9473d3
3 changed files with 155 additions and 30 deletions

View File

@@ -15,5 +15,8 @@ taskchampion = { path = "../taskchampion" }
uuid = { version = "^0.8.2", features = ["v4"] }
anyhow = "1.0"
[dev-dependencies]
pretty_assertions = "1"
[build-dependencies]
cbindgen = "0.20.0"