summaryrefslogtreecommitdiff
path: root/tests/testutils.py
diff options
context:
space:
mode:
authorDaniele Varrazzo <daniele.varrazzo@gmail.com>2016-08-07 01:53:21 +0100
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>2016-08-07 01:53:21 +0100
commit2a4d6027a4e5732af1cdc41969c5cab3bb30430b (patch)
tree4f0ae8858ddaed8e23b3a803e4033fa77b7524f0 /tests/testutils.py
parentd5443c65fde6cae87a1dcd901f31b6cdca7a1811 (diff)
parent90ee1ebba5d1da4bd9d8c6e12944308074732f08 (diff)
downloadpsycopg2-2a4d6027a4e5732af1cdc41969c5cab3bb30430b.tar.gz
Merge branch 'master' into replication-protocol
Conflicts: tests/testconfig.py
Diffstat (limited to 'tests/testutils.py')
-rw-r--r--tests/testutils.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/testutils.py b/tests/testutils.py
index 70eb2cc..1d1ad05 100644
--- a/tests/testutils.py
+++ b/tests/testutils.py
@@ -101,7 +101,7 @@ class ConnectingTestCase(unittest.TestCase):
self._conns
except AttributeError, e:
raise AttributeError(
- "%s (did you remember calling ConnectingTestCase.setUp()?)"
+ "%s (did you forget to call ConnectingTestCase.setUp()?)"
% e)
if 'dsn' in kwargs: