From 96cc5257de09682df345e768dc2a91303f9b36c9 Mon Sep 17 00:00:00 2001 From: fxqnlr Date: Thu, 3 Nov 2022 21:34:04 +0100 Subject: added update beginnings; init of tests --- tests/db_integration.rs | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 tests/db_integration.rs (limited to 'tests/db_integration.rs') diff --git a/tests/db_integration.rs b/tests/db_integration.rs new file mode 100644 index 0000000..82cfe0f --- /dev/null +++ b/tests/db_integration.rs @@ -0,0 +1,7 @@ +mod db; + +#[test] +fn test_add() { + db::setup(); + assert!(true); +} -- cgit v1.2.3