We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e7ac943 commit 9d8e526Copy full SHA for 9d8e526
README.rst
@@ -46,9 +46,9 @@ from the Python Package Index::
46
$ pip install pytest-nodev
47
48
Then copy your specification test to the ``test_parse_bool.py`` file and
49
-decorate it with ``pytest.mark.target`` as follows::
+decorate it with ``pytest.mark.candidate`` as follows::
50
51
- @pytest.mark.target('parse_bool')
+ @pytest.mark.candidate('parse_bool')
52
def test_parse_bool():
53
assert not parse_bool('false')
54
assert not parse_bool('FALSE')
0 commit comments