summaryrefslogtreecommitdiff
path: root/test/engine/bind.py
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2008-02-11 00:28:39 +0000
committerMike Bayer <mike_mp@zzzcomputing.com>2008-02-11 00:28:39 +0000
commitc0b5a0446bf63bdac664421f49742f1156c1911a (patch)
tree9d7822f91325d23e512e77701c9f1280d968ea20 /test/engine/bind.py
parent90c572b513fb33cb5cd17134efb6018abc76bb1f (diff)
downloadsqlalchemy-c0b5a0446bf63bdac664421f49742f1156c1911a.tar.gz
- updated the naming scheme of the base test classes in test/testlib/testing.py;
tests extend from either TestBase or ORMTest, using additional mixins for special assertion methods as needed
Diffstat (limited to 'test/engine/bind.py')
-rw-r--r--test/engine/bind.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/engine/bind.py b/test/engine/bind.py
index c273bdb05..db4955375 100644
--- a/test/engine/bind.py
+++ b/test/engine/bind.py
@@ -7,7 +7,7 @@ from sqlalchemy import engine, exceptions
from testlib import *
-class BindTest(PersistTest):
+class BindTest(TestBase):
def test_create_drop_explicit(self):
metadata = MetaData()
table = Table('test_table', metadata,