Skip to content

Commit 80d7f1e

Browse files
committed
chore: add tests (unit/integration)
Signed-off-by: Alexis Delain <quiet.syscall@proton.me>
1 parent 543679f commit 80d7f1e

File tree

6 files changed

+3711
-1
lines changed

6 files changed

+3711
-1
lines changed

rclib/Cargo.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,7 @@ serde_json = { workspace = true }
1919
serde_yaml = { workspace = true }
2020
once_cell = { workspace = true }
2121
uuid = { workspace = true }
22+
23+
[dev-dependencies]
24+
wiremock = "0.6"
25+
tokio = { version = "1", features = ["rt-multi-thread", "macros"] }

0 commit comments

Comments
 (0)