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 5cfc795 commit 044f68eCopy full SHA for 044f68e
README.rst
@@ -49,6 +49,7 @@ Example of :code:`pytest.ini`:
49
rp_launch_tags = 'PyTest' 'Smoke'
50
rp_launch_description = 'Smoke test'
51
rp_ignore_errors = True
52
+ rp_ignore_tags = 'xfail' 'usefixture'
53
54
The following parameters are optional:
55
@@ -129,6 +130,8 @@ In the following example tags 'linux' and 'win32' will be used:
129
130
pass
131
132
If you don't want to attach specific markers, list them in :code:`rp_ignore_tags` parameter
133
+
134
135
Launching
136
~~~~~~~~~
137
0 commit comments