diff --git a/tests/test_messages.py b/tests/test_messages.py index dfa1402b44f59aca87e62d58efa848e855eba657..6692ef315549bdddf78ab08f0c548d44cae72c89 100644 --- a/tests/test_messages.py +++ b/tests/test_messages.py @@ -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")