Skip to content
This repository was archived by the owner on Jan 6, 2025. It is now read-only.

Commit 086eb24

Browse files
committed
Add integration test utils
1 parent 38c0ec5 commit 086eb24

File tree

2 files changed

+671
-0
lines changed

2 files changed

+671
-0
lines changed

Cargo.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,8 @@ serde = { version = "1.0", default-features = false, features = ["derive", "allo
3030
serde_json = "1.0"
3131

3232
[dev-dependencies]
33+
lightning = { version = "0.0.123", default-features = false, features = ["max_level_trace", "_test_utils"] }
34+
lightning-persister = { version = "0.0.123", default-features = false }
35+
lightning-background-processor = { version = "0.0.123", default-features = false, features = ["std"] }
3336
proptest = "1.0.0"
3437
tokio = { version = "1.35", default-features = false, features = [ "rt-multi-thread", "time", "sync", "macros" ] }

0 commit comments

Comments
 (0)