put this inside a main()

This commit is contained in:
Mike Bayer
2012-09-30 17:05:00 -04:00
parent e35a6b91d6
commit d8be99f7ed
+2 -1
View File
@@ -28,4 +28,5 @@ from sqlalchemy.testing.plugin.noseplugin import NoseSQLAlchemy
import nose
nose.main(addplugins=[NoseSQLAlchemy()])
def main():
nose.main(addplugins=[NoseSQLAlchemy()])