Skip to content

Commit 0f2f977

Browse files
authored
test: consolidate test helpers (#169)
* test: build transactions without using tree * test: hashchains can be acquired from TransactionBuilder * test: Remove obsolete TestTreeState code from integration test * test: Extend transaction builder capabilities * test: Replace TestTreeState with TransactionBuilder in KeyDirectoryTreeUnitTests * test: extend capabilities to create invalid transactions * test: remove TestTreeState
1 parent f78924e commit 0f2f977

File tree

6 files changed

+298
-455
lines changed

6 files changed

+298
-455
lines changed

crates/common/src/lib.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,5 @@ pub mod tree;
88
#[macro_use]
99
extern crate log;
1010

11-
#[cfg(feature = "test_utils")]
12-
pub mod test_utils;
1311
#[cfg(feature = "test_utils")]
1412
pub mod transaction_builder;

crates/common/src/test_utils.rs

Lines changed: 0 additions & 275 deletions
This file was deleted.

0 commit comments

Comments
 (0)