Added unit tests

This commit is contained in:
2025-09-09 17:52:07 -06:00
parent 82e2e33608
commit 3bb9055f80
6 changed files with 305 additions and 2 deletions
+11
View File
@@ -40,10 +40,21 @@ dialoguer = "0.12.0"
chrono = "0.4.42"
indoc = "2.0.6"
[dev-dependencies]
mockall = "0.12.1"
[[bin]]
bench = false
name = "gman"
[[test]]
name = "mod_tests"
path = "tests/providers/mod_tests.rs"
[[test]]
name = "local_tests"
path = "tests/providers/local_tests.rs"
[profile.release]
lto = true
strip = true