diff options
author | fxqnlr <[email protected]> | 2022-11-06 23:06:54 +0100 |
---|---|---|
committer | fxqnlr <[email protected]> | 2022-11-06 23:06:54 +0100 |
commit | ea50af892c4268ae06f6df40ee435eadd076228d (patch) | |
tree | dce2f1fed88f168552b8069d22d9176d7dd2879d /tests/db/mod.rs | |
parent | c33b8be79e8cfac9e2fa76c1f63c85e020cdf4a0 (diff) | |
download | modlist-ea50af892c4268ae06f6df40ee435eadd076228d.tar modlist-ea50af892c4268ae06f6df40ee435eadd076228d.tar.gz modlist-ea50af892c4268ae06f6df40ee435eadd076228d.zip |
halfswitch to rusqlite; db tests
Diffstat (limited to 'tests/db/mod.rs')
-rw-r--r-- | tests/db/mod.rs | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/db/mod.rs b/tests/db/mod.rs deleted file mode 100644 index 50e6887..0000000 --- a/tests/db/mod.rs +++ /dev/null | |||
@@ -1,3 +0,0 @@ | |||
1 | pub fn setup() { | ||
2 | //File::create("./setuptests").unwrap(); | ||
3 | } | ||