summaryrefslogtreecommitdiff
path: root/sqla_nose.py
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2010-11-16 13:33:48 -0500
committerMike Bayer <mike_mp@zzzcomputing.com>2010-11-16 13:33:48 -0500
commit39fddb8bda933eb0e7835eed09656f6992b3ac58 (patch)
treea68a410ef696a66d6070955b724aa963f0aa870a /sqla_nose.py
parente1402efb198f96090833a9b561cdba8dee937f70 (diff)
downloadsqlalchemy-39fddb8bda933eb0e7835eed09656f6992b3ac58.tar.gz
- set sqla_nose as the setup.py test runner - works !
Diffstat (limited to 'sqla_nose.py')
-rwxr-xr-xsqla_nose.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/sqla_nose.py b/sqla_nose.py
index e6f60e476..09481410c 100755
--- a/sqla_nose.py
+++ b/sqla_nose.py
@@ -16,5 +16,4 @@ from test.bootstrap.noseplugin import NoseSQLAlchemy
import nose
-if __name__ == '__main__':
- nose.main(addplugins=[NoseSQLAlchemy()])
+nose.main(addplugins=[NoseSQLAlchemy()])