summaryrefslogtreecommitdiff
path: root/testing/test_capture.py
diff options
context:
space:
mode:
authorBruno Oliveira <nicoddemus@gmail.com>2019-04-27 11:25:37 -0300
committerBruno Oliveira <nicoddemus@gmail.com>2019-05-09 19:36:38 -0300
commitf1183c242275eafd5ad5e594bd631f694c18833a (patch)
tree3cb830cc8585f01869e48d592e36829bb21e9991 /testing/test_capture.py
parent685ca96c71d21611bb695a966121815ce1a44e5e (diff)
downloadpytest-f1183c242275eafd5ad5e594bd631f694c18833a.tar.gz
Remove the 'issue' marker from test suite
It doesn't seem to add much value (why would one execute tests based on that marker?), plus using the docstring for that encourages one to write a more descriptive message about the test
Diffstat (limited to 'testing/test_capture.py')
-rw-r--r--testing/test_capture.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/test_capture.py b/testing/test_capture.py
index 2b450c189..5d80eb63d 100644
--- a/testing/test_capture.py
+++ b/testing/test_capture.py
@@ -605,8 +605,8 @@ class TestCaptureFixture(object):
result.stdout.fnmatch_lines(["*KeyboardInterrupt*"])
assert result.ret == 2
- @pytest.mark.issue(14)
def test_capture_and_logging(self, testdir):
+ """#14"""
p = testdir.makepyfile(
"""\
import logging