diff options
| author | mo khan <mo@mokhan.ca> | 2025-07-09 16:28:12 -0600 |
|---|---|---|
| committer | mo khan <mo@mokhan.ca> | 2025-07-09 16:28:12 -0600 |
| commit | 5abf4b1db876161ef028398c9d600dd5ab9f6f6e (patch) | |
| tree | 8f468e35ef7bc904f571e84e08fc4a4db8e5c5e3 /tests/support/mod.rs | |
| parent | f60bebf044f3614f5675152718ecebe81bd8459a (diff) | |
test: extract common test setup to initialize logger
Diffstat (limited to 'tests/support/mod.rs')
| -rw-r--r-- | tests/support/mod.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/support/mod.rs b/tests/support/mod.rs index 5e2a6d78..c46f39e5 100644 --- a/tests/support/mod.rs +++ b/tests/support/mod.rs @@ -1 +1,2 @@ +pub mod common; pub mod factory_bot; |
