Move test helpers into their own folder
This commit is contained in:
parent
5a12fbd927
commit
af83e8034e
8 changed files with 21 additions and 14 deletions
4
cli/src/tests/helpers/mod.rs
Normal file
4
cli/src/tests/helpers/mod.rs
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
pub(super) mod allocations;
|
||||
pub(super) mod fixtures;
|
||||
pub(super) mod random;
|
||||
pub(super) mod scope_sequence;
|
||||
Loading…
Add table
Add a link
Reference in a new issue