diff options
Diffstat (limited to 'testing/tests/common')
-rw-r--r-- | testing/tests/common/mod.rs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/testing/tests/common/mod.rs b/testing/tests/common/mod.rs new file mode 100644 index 0000000..c00b3a6 --- /dev/null +++ b/testing/tests/common/mod.rs @@ -0,0 +1,3 @@ +pub fn setup() { + // setup code +} |