Skip to content

Commit

Permalink
added testrunner code
Browse files Browse the repository at this point in the history
  • Loading branch information
zopyx committed Mar 15, 2008
1 parent 3113c7b commit 1ac641f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/z3c/sqlalchemy/tests/testSQLAlchemy.py
Original file line number Diff line number Diff line change
Expand Up @@ -185,3 +185,6 @@ def test_suite():
suite.addTest(makeSuite(WrapperTests))
return suite

if __name__ == '__main__':
tr = unittest.TextTestRunner()
tr.run(test_suite())

0 comments on commit 1ac641f

Please sign in to comment.