summaryrefslogtreecommitdiff
path: root/test/ex/test_examples.py
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2011-03-27 16:27:27 -0400
committerMike Bayer <mike_mp@zzzcomputing.com>2011-03-27 16:27:27 -0400
commit68a350d462b6840d6623a89565f8febf3a997830 (patch)
tree4d3ea4d93d14738a1c5a418a37917f80a41cf85e /test/ex/test_examples.py
parenta3083eabf467e7f36db0850342758ce162c3eef8 (diff)
downloadsqlalchemy-68a350d462b6840d6623a89565f8febf3a997830.tar.gz
- remove test.sql._base, test.engine._base, test.orm._base, move those classes to a new test.lib.fixtures module
- move testing.TestBase to test.lib.fixtures - massive search and replace
Diffstat (limited to 'test/ex/test_examples.py')
-rw-r--r--test/ex/test_examples.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/ex/test_examples.py b/test/ex/test_examples.py
index 311eab041..ce44067fe 100644
--- a/test/ex/test_examples.py
+++ b/test/ex/test_examples.py
@@ -43,7 +43,7 @@ def check_import(module):
__import__(module)
-class ExamplesTest(TestBase):
+class ExamplesTest(fixtures.TestBase):
# TODO: ensure examples are actually run regardless of check for
# "__main__", perhaps standardizing the format of all examples.