summaryrefslogtreecommitdiff
path: root/test/sql
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/sql
parentd16f8130e962f465de739ebf8345040771af3ed6 (diff)
downloadsqlalchemy-0bf33068f43c75cdaac3bf25cf918847f07bf330.tar.gz
- ensure all tests are named test_*
Diffstat (limited to 'test/sql')
-rw-r--r--test/sql/test_rowcount.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/sql/test_rowcount.py b/test/sql/test_rowcount.py
index 8913b955d..46e10e192 100644
--- a/test/sql/test_rowcount.py
+++ b/test/sql/test_rowcount.py
@@ -45,7 +45,7 @@ class FoundRowsTest(fixtures.TestBase, AssertsExecutionResults):
def teardown_class(cls):
metadata.drop_all()
- def testbasic(self):
+ def test_basic(self):
s = employees_table.select()
r = s.execute().fetchall()