Register "issue" mark for self-tests
This commit is contained in:
@@ -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(
|
||||
"""\
|
||||
|
||||
Reference in New Issue
Block a user