diff --git a/tests/test_connection.py b/tests/test_connection.py index b2c51977..a58d8eb6 100755 --- a/tests/test_connection.py +++ b/tests/test_connection.py @@ -260,7 +260,7 @@ class ConnectionTests(ConnectingTestCase): c = SubConnection("dbname=thereisnosuchdatabasemate password=foobar") self.assert_(c.closed, "connection failed so it must be closed") self.assert_('foobar' not in c.dsn, "password was not obscured") - pass + class IsolationLevelsTestCase(ConnectingTestCase):