Register "issue" mark for self-tests

This commit is contained in:
Zac-HD
2019-03-31 14:22:30 +11:00
parent bcc08ffe4d
commit 00810b9b2a
7 changed files with 29 additions and 27 deletions

View File

@@ -605,7 +605,7 @@ class TestCaptureFixture(object):
result.stdout.fnmatch_lines(["*KeyboardInterrupt*"])
assert result.ret == 2
@pytest.mark.issue14
@pytest.mark.issue(14)
def test_capture_and_logging(self, testdir):
p = testdir.makepyfile(
"""\