Skip to content

Commit 044f68e

Browse files
author
mrodin
committed
rp_ignore_tags parameter implemented
1 parent 5cfc795 commit 044f68e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ Example of :code:`pytest.ini`:
4949
rp_launch_tags = 'PyTest' 'Smoke'
5050
rp_launch_description = 'Smoke test'
5151
rp_ignore_errors = True
52+
rp_ignore_tags = 'xfail' 'usefixture'
5253
5354
The following parameters are optional:
5455

@@ -129,6 +130,8 @@ In the following example tags 'linux' and 'win32' will be used:
129130
pass
130131
131132
If you don't want to attach specific markers, list them in :code:`rp_ignore_tags` parameter
133+
134+
132135
Launching
133136
~~~~~~~~~
134137

0 commit comments

Comments
 (0)