diff options
author | Mike Bayer <mike_mp@zzzcomputing.com> | 2010-11-16 13:33:48 -0500 |
---|---|---|
committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2010-11-16 13:33:48 -0500 |
commit | 39fddb8bda933eb0e7835eed09656f6992b3ac58 (patch) | |
tree | a68a410ef696a66d6070955b724aa963f0aa870a /sqla_nose.py | |
parent | e1402efb198f96090833a9b561cdba8dee937f70 (diff) | |
download | sqlalchemy-39fddb8bda933eb0e7835eed09656f6992b3ac58.tar.gz |
- set sqla_nose as the setup.py test runner - works !
Diffstat (limited to 'sqla_nose.py')
-rwxr-xr-x | sqla_nose.py | 3 |
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()]) |