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

@@ -393,7 +393,7 @@ class TestNoselikeTestAttribute(object):
assert not call.items
@pytest.mark.issue351
@pytest.mark.issue(351)
class TestParameterize(object):
def test_idfn_marker(self, testdir):
testdir.makepyfile(