mark tests: use better name of the test for #568

This commit is contained in:
Ronny Pfannschmidt 2016-06-27 11:57:21 +02:00
parent 95b83958f4
commit 76756c0c0b
1 changed files with 2 additions and 2 deletions

View File

@ -420,8 +420,8 @@ class TestFunctional:
@pytest.mark.issue568
@pytest.mark.xfail(reason="markers smear, needs fixing")
def test_mark_decorator_subclass_does_not_propagate_to_base2(self, testdir):
@pytest.mark.xfail(reason="markers smear on methods of base classes")
def test_mark_should_not_pass_to_siebling_class(self, testdir):
p = testdir.makepyfile("""
import pytest