From c0b5a0446bf63bdac664421f49742f1156c1911a Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Mon, 11 Feb 2008 00:28:39 +0000 Subject: - 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 --- test/dialect/informix.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/dialect/informix.py') diff --git a/test/dialect/informix.py b/test/dialect/informix.py index da518075b..4a2546f17 100644 --- a/test/dialect/informix.py +++ b/test/dialect/informix.py @@ -4,7 +4,7 @@ from sqlalchemy.databases import informix from testlib import * -class BasicTest(AssertMixin): +class BasicTest(TestBase, AssertsExecutionResults): # A simple import of the database/ module should work on all systems. def test_import(self): # we got this far, right? -- cgit v1.2.1