diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2017-03-30 06:51:27 -0400 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2017-03-30 06:51:27 -0400 |
commit | 4439ad0f438bd049b46c62427375e37a67f2b502 (patch) | |
tree | 1e0cd6d7037e0d74c1291b2de77b416a03e8e3ac /tests/test_plugins.py | |
parent | ba61e502586e4693d9c626d77389f55163e29de2 (diff) | |
download | python-coveragepy-git-4439ad0f438bd049b46c62427375e37a67f2b502.tar.gz |
Use new show_stderr flag so we can see errors printed to stderr during failing tests.
Diffstat (limited to 'tests/test_plugins.py')
-rw-r--r-- | tests/test_plugins.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/test_plugins.py b/tests/test_plugins.py index 0edfebe8..cb81229a 100644 --- a/tests/test_plugins.py +++ b/tests/test_plugins.py @@ -558,7 +558,6 @@ class BadPluginTest(FileTracerTest): self.run_plugin(module_name) stderr = self.stderr() - print(stderr) # for diagnosing test failures. if our_error: errors = stderr.count("# Oh noes!") |