Skip to content

Commit f296449

Browse files
authored
test: Unit tests solver discovery (#125)
* test: Unit test cases for discovery * test: Fixing solver-discovery test case * test: Using builders * test: Fixes * test: Fixes * test: Fixing test
1 parent a16a346 commit f296449

4 files changed

Lines changed: 946 additions & 77 deletions

File tree

Cargo.lock

Lines changed: 59 additions & 76 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/solver-discovery/Cargo.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,7 @@ tokio = { version = "1.0", features = ["sync", "rt-multi-thread"] }
2727
toml = { workspace = true }
2828
tower = "0.5"
2929
tower-http = { version = "0.6", features = ["cors"] }
30-
tracing = "0.1"
30+
tracing = "0.1"
31+
32+
[dev-dependencies]
33+
mockall = "0.13"

0 commit comments

Comments
 (0)