Skip to content

Commit

Permalink
Add mockito
Browse files Browse the repository at this point in the history
  • Loading branch information
pinkisemils committed Dec 20, 2024
1 parent e73a827 commit d761621
Show file tree
Hide file tree
Showing 2 changed files with 58 additions and 1 deletion.
53 changes: 52 additions & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions mullvad-api/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ shadowsocks = { workspace = true, features = [ "stream-cipher" ] }
[dev-dependencies]
talpid-time = { path = "../talpid-time", features = ["test"] }
tokio = { workspace = true, features = ["test-util", "time"] }
mockito = "1.6.1"

[build-dependencies]
cbindgen = { version = "0.24.3", default-features = false }
Expand All @@ -55,3 +56,8 @@ uuid = { version = "1.4.1", features = ["v4"] }
[lib]
crate-type = [ "rlib", "staticlib" ]
bench = false

[[test]]
name = "ffi"
# required-features = [ "api-override" ]
features = [ "api-override" ]

0 comments on commit d761621

Please sign in to comment.