Skip to content

Commit 6b8406d

Browse files
committed
Add an integration test
1 parent de6c35f commit 6b8406d

File tree

3 files changed

+774
-0
lines changed

3 files changed

+774
-0
lines changed

Cargo.toml

+1
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,5 @@
33
members = [
44
"json",
55
"client",
6+
"integration_test",
67
]

integration_test/Cargo.toml

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
[package]
2+
name = "integration_test"
3+
version = "0.1.0"
4+
authors = ["Steven Roose <[email protected]>"]
5+
6+
[dependencies]
7+
bitcoincore-rpc = { path = "../client" }
8+
lazy_static = "1.4.0"
9+
bitcoin = { version = "0.23", features = [ "use-serde", "rand" ] }

0 commit comments

Comments
 (0)