Skip to content

Commit 1f478f9

Browse files
committed
Add tests for pythd JRPC API server
1 parent 688e419 commit 1f478f9

File tree

2 files changed

+557
-0
lines changed

2 files changed

+557
-0
lines changed

Cargo.toml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,3 +31,13 @@ solana-shadow = "0.2.4"
3131
slog-async = "2.7.0"
3232
config = "0.13.2"
3333
thiserror = "1.0.32"
34+
35+
[dev-dependencies]
36+
tokio-util = { version = "0.7.0", features = ["full"] }
37+
soketto = "0.7.1"
38+
mockall = "0.11.0"
39+
portpicker = "0.1.1"
40+
rand = "0.8.5"
41+
tokio-retry = "0.3.0"
42+
slog-extlog = "8.0.0"
43+
iobuffer = "0.2.0"

0 commit comments

Comments
 (0)