Skip to content

Commit 028c647

Browse files
authored
Merge pull request #175 from carlaKC/sim-test
sim_network: Add unit tests + squash bugs
2 parents c3292a8 + 41b4b0d commit 028c647

File tree

3 files changed

+845
-33
lines changed

3 files changed

+845
-33
lines changed

Cargo.lock

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

sim-lib/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ hex = "0.4.3"
2929
csv = "1.2.2"
3030
serde_millis = "0.1.1"
3131
rand_distr = "0.4.3"
32+
mockall = "0.12.1"
3233

3334
[dev-dependencies]
3435
ntest = "0.9.0"

0 commit comments

Comments
 (0)