summaryrefslogtreecommitdiff
path: root/test/engine/test_reflection.py
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2014-07-30 12:18:33 -0400
committerMike Bayer <mike_mp@zzzcomputing.com>2014-07-30 12:18:33 -0400
commit0bf33068f43c75cdaac3bf25cf918847f07bf330 (patch)
treea820a78b5e45c754fdf1dbf8719fbb5d45c1bb57 /test/engine/test_reflection.py
parentd16f8130e962f465de739ebf8345040771af3ed6 (diff)
downloadsqlalchemy-0bf33068f43c75cdaac3bf25cf918847f07bf330.tar.gz
- ensure all tests are named test_*
Diffstat (limited to 'test/engine/test_reflection.py')
-rw-r--r--test/engine/test_reflection.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/engine/test_reflection.py b/test/engine/test_reflection.py
index 1ddae6b40..03b2033d5 100644
--- a/test/engine/test_reflection.py
+++ b/test/engine/test_reflection.py
@@ -1065,7 +1065,7 @@ class CreateDropTest(fixtures.TestBase):
eq_(oi, ['orders', 'items'])
- def testcheckfirst(self):
+ def test_checkfirst(self):
try:
assert not users.exists(testing.db)
users.create(bind=testing.db)