This commit is contained in:
Michael Aquilina
2015-10-01 22:36:43 +01:00
parent 9e57954b03
commit 213dbe7a5f
2 changed files with 7 additions and 0 deletions

View File

@@ -4,6 +4,7 @@ import sys
from _pytest.skipping import MarkEvaluator, folded_skips, pytest_runtest_setup
from _pytest.runner import runtestprotocol
class TestEvaluator(object):
def test_no_marker(self, testdir):
item = testdir.getitem("def test_func(): pass")