Skip to content

Commit

Permalink
mark tests: use better name of the test for pytest-dev#568
Browse files Browse the repository at this point in the history
  • Loading branch information
RonnyPfannschmidt committed Jun 27, 2016
1 parent 95b8395 commit 76756c0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions testing/test_mark.py
Original file line number Diff line number Diff line change
Expand Up @@ -420,8 +420,8 @@ def test_bar(self): pass


@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
Expand Down

0 comments on commit 76756c0

Please sign in to comment.