impemented mock testing

This commit is contained in:
2026-02-26 17:11:42 +01:00
parent f76acd6256
commit 667d94af7a
21 changed files with 480 additions and 110 deletions

View File

@@ -31,3 +31,6 @@ num_cpus = "1.17"
toml = "1.0.3"
regex = "1.12.3"
which = "8.0.0"
[dev-dependencies]
tempfile = "3"