Skip to content

Commit

Permalink
verbosity is not a supported argument for unittest.main in Python 2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris NeJame committed Jun 22, 2017
1 parent 3cb5fdf commit 52ca76e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion contextional/tests/test_failure.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ def setUpClass(cls):
testRunner=SilentTestRunner,
argv=["contextional/tests/test_failure.py"],
exit=False,
verbosity=2,
)
cls.test_results = test_program.result
cls.stream_output = cls.test_results.test_run_output
Expand Down
1 change: 0 additions & 1 deletion contextional/tests/test_success.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ def setUpClass(cls):
testRunner=SilentTestRunner,
argv=["contextional/tests/test_success.py"],
exit=False,
verbosity=2,
)
cls.test_results = test_program.result
cls.stream_output = cls.test_results.test_run_output
Expand Down

0 comments on commit 52ca76e

Please sign in to comment.