Skip to content

Commit cd8a166

Browse files
committed
inject a trait into check execution to allow unit testing
File access and command execution is now through the trait to allow mocking input for testing.
1 parent 96d7a4d commit cd8a166

File tree

10 files changed

+2513
-191
lines changed

10 files changed

+2513
-191
lines changed

sources/bloodhound/Cargo.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@ serde = { workspace = true, features = ["derive"] }
1616
serde_json.workspace = true
1717
serde_yaml.workspace = true
1818
walkdir.workspace = true
19-
20-
[dev-dependencies]
2119
tempfile.workspace = true
2220

2321
[build-dependencies]

0 commit comments

Comments
 (0)