Skip to content

Commit 9d8e526

Browse files
committed
Fix naming in README.
1 parent e7ac943 commit 9d8e526

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,9 @@ from the Python Package Index::
4646
$ pip install pytest-nodev
4747

4848
Then copy your specification test to the ``test_parse_bool.py`` file and
49-
decorate it with ``pytest.mark.target`` as follows::
49+
decorate it with ``pytest.mark.candidate`` as follows::
5050

51-
@pytest.mark.target('parse_bool')
51+
@pytest.mark.candidate('parse_bool')
5252
def test_parse_bool():
5353
assert not parse_bool('false')
5454
assert not parse_bool('FALSE')

0 commit comments

Comments
 (0)