assert 1 == chkdb.check_database(def_config)
+def test_check_database_fatal_test(def_config, temp_db):
+ assert 1 == chkdb.check_database(def_config)
+
+
def test_check_conection_good(temp_db_conn, def_config):
assert chkdb.check_connection(temp_db_conn, def_config) == chkdb.CheckState.OK