Skip to content

Commit

Permalink
Make it easier to visually grep the test output.
Browse files Browse the repository at this point in the history
  • Loading branch information
sigmavirus24 committed Mar 1, 2012
1 parent 6dda088 commit d39c2e0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions run_tests.py
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -37,4 +37,5 @@
names = [ "".join(["tests.", a]) for a in tmp ] names = [ "".join(["tests.", a]) for a in tmp ]
suite = unittest.defaultTestLoader.loadTestsFromNames(names) suite = unittest.defaultTestLoader.loadTestsFromNames(names)


print("=== Starting unittest suite ===")
unittest.TextTestRunner(verbosity=2).run(suite) unittest.TextTestRunner(verbosity=2).run(suite)

0 comments on commit d39c2e0

Please sign in to comment.