From 84be3c9ae7a1b6a86f3a4ccc58e48eab46466b22 Mon Sep 17 00:00:00 2001 From: Justin Wernick Date: Thu, 6 Jul 2023 15:22:44 +0200 Subject: Move test helper functions into their own helper module --- tests/cli_test_utils/mod.rs | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 tests/cli_test_utils/mod.rs (limited to 'tests/cli_test_utils/mod.rs') diff --git a/tests/cli_test_utils/mod.rs b/tests/cli_test_utils/mod.rs new file mode 100644 index 0000000..7aaf1db --- /dev/null +++ b/tests/cli_test_utils/mod.rs @@ -0,0 +1,5 @@ +pub mod context; +pub mod git; + +pub use context::*; +pub use git::*; -- cgit v1.2.3