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 | fcc97b251e8c64e9fa92c9e5d1a2e85f10c0740e (patch) | |
tree | 80f99beeb1e2d00a0fef59cd962dac482c0e688f /tests/test_plugins.py | |
parent | 0fc263c4fa78e5eeeea9a511fcfa663691b6f665 (diff) | |
download | python-coveragepy-fcc97b251e8c64e9fa92c9e5d1a2e85f10c0740e.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 0edfebe..cb81229 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!") |