Skip to content
Snippets Groups Projects
Commit 5cfa23ee authored by Henrik tom Wörden's avatar Henrik tom Wörden
Browse files

TST: test db.Info

parent ec98794f
No related branches found
No related tags found
No related merge requests found
Pipeline #41649 failed
......@@ -69,3 +69,7 @@ def test_messages_dict_behavior():
# this Message has no code and no description (make easy things easy...)
msgs["HelloWorld"] = "Hello!"
assert msgs["HelloWorld"] == "Hello!"
def test_info():
a = str(db.Info())
assert a.startswith("Connection to")
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment