summaryrefslogtreecommitdiff
path: root/test/testbase.py
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2006-05-28 19:02:09 +0000
committerMike Bayer <mike_mp@zzzcomputing.com>2006-05-28 19:02:09 +0000
commitabb24ed648f1d22805e46e2a504b2dfed342bab8 (patch)
tree6765cdde410bbf0b8e8a2f677e6d6a7a7d801bf5 /test/testbase.py
parente36ec1407dbeb242b216c4714e9c5a1fc995073a (diff)
downloadsqlalchemy-abb24ed648f1d22805e46e2a504b2dfed342bab8.tar.gz
extra tests...
Diffstat (limited to 'test/testbase.py')
-rw-r--r--test/testbase.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/test/testbase.py b/test/testbase.py
index 17e42906b..57fcb58c3 100644
--- a/test/testbase.py
+++ b/test/testbase.py
@@ -157,8 +157,6 @@ class MockPool(pool.Pool):
raise "Invalid"
def do_get(self):
- if getattr(self, 'breakpoint', False):
- raise "breakpoint"
assert self.connection is not None
c = self.connection
self.connection = None