Skip to content

Commit 76756c0

Browse files
mark tests: use better name of the test for #568
1 parent 95b8395 commit 76756c0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

testing/test_mark.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -420,8 +420,8 @@ def test_bar(self): pass
420420

421421

422422
@pytest.mark.issue568
423-
@pytest.mark.xfail(reason="markers smear, needs fixing")
424-
def test_mark_decorator_subclass_does_not_propagate_to_base2(self, testdir):
423+
@pytest.mark.xfail(reason="markers smear on methods of base classes")
424+
def test_mark_should_not_pass_to_siebling_class(self, testdir):
425425
p = testdir.makepyfile("""
426426
import pytest
427427

0 commit comments

Comments
 (0)