mirror of
https://github.com/sqlalchemy/sqlalchemy.git
synced 2026-05-29 20:14:55 -04:00
put this inside a main()
This commit is contained in:
@@ -28,4 +28,5 @@ from sqlalchemy.testing.plugin.noseplugin import NoseSQLAlchemy
|
||||
|
||||
import nose
|
||||
|
||||
nose.main(addplugins=[NoseSQLAlchemy()])
|
||||
def main():
|
||||
nose.main(addplugins=[NoseSQLAlchemy()])
|
||||
|
||||
Reference in New Issue
Block a user