mirror of
https://github.com/lightningdevkit/rust-lightning.git
synced 2025-02-25 07:17:40 +01:00
Split up functional_tests into utils and the tests themselves
This commit is contained in:
parent
efcfb93ebe
commit
8d9eb973cc
3 changed files with 1211 additions and 1188 deletions
1202
src/ln/functional_test_utils.rs
Normal file
1202
src/ln/functional_test_utils.rs
Normal file
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
|
@ -24,5 +24,7 @@ mod channel;
|
|||
mod chan_utils;
|
||||
mod onion_utils;
|
||||
|
||||
#[cfg(test)]
|
||||
#[macro_use] mod functional_test_utils;
|
||||
#[cfg(test)]
|
||||
mod functional_tests;
|
||||
|
|
Loading…
Add table
Reference in a new issue