]> git.openstreetmap.org Git - nominatim.git/blobdiff - test/python/test_tools_check_database.py
port wikipedia importance functions to python
[nominatim.git] / test / python / test_tools_check_database.py
index 0b5c23a6d05e0e00d1492b76019122686abb0d56..3787c3be16e9351fd4ccedb5a7d98e698a3b358b 100644 (file)
@@ -10,6 +10,10 @@ def test_check_database_unknown_db(def_config, monkeypatch):
     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