summaryrefslogtreecommitdiff
path: root/test/base/dependency.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/base/dependency.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/base/dependency.py')
-rw-r--r--test/base/dependency.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/base/dependency.py b/test/base/dependency.py
index 56767dc84..25d34ffd3 100644
--- a/test/base/dependency.py
+++ b/test/base/dependency.py
@@ -4,7 +4,7 @@ from sqlalchemy import util
from testlib import *
-class DependencySortTest(PersistTest):
+class DependencySortTest(TestBase):
def assert_sort(self, tuples, node, collection=None):
print str(node)
def assert_tuple(tuple, node):