Skip to content

Commit 5dc442f

Browse files
committed
test: add comprehensive unit and integration test coverage across flashstat-db, flashstat-core, and watchtower
1 parent 7df91e9 commit 5dc442f

6 files changed

Lines changed: 905 additions & 11 deletions

File tree

Cargo.lock

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

bin/flashstat-watchtower-test/Cargo.toml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,19 @@ name = "flashstat-watchtower-test"
33
version = "0.1.0"
44
edition = "2021"
55

6+
[[bin]]
7+
name = "flashstat-watchtower-test"
8+
path = "src/main.rs"
9+
610
[dependencies]
711
tokio = { workspace = true }
812
ethers = { workspace = true }
913
eyre = { workspace = true }
1014
jsonrpsee = { workspace = true }
1115
chrono = { workspace = true }
16+
flashstat-core = { path = "../../crates/flashstat-core" }
17+
flashstat-db = { path = "../../crates/flashstat-db" }
18+
flashstat-common = { path = "../../crates/flashstat-common" }
19+
20+
[dev-dependencies]
21+
tempfile = "3.8"

0 commit comments

Comments
 (0)