Skip to content

Commit 9aa5cd6

Browse files
committed
simplified description for rp_ignore_errors
1 parent f9a2577 commit 9aa5cd6

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
@@ -151,8 +151,8 @@ For this, please, add following option to :code:`pytest.ini` configuration file.
151151
...
152152
rp_ignore_errors = True
153153
154-
With option above all exceptions raised by Report Portal will be only printed to
155-
`stderr` but will be counted as failures or stoppers.
154+
With option above all exceptions raised by Report Portal will be printed out to
155+
`stderr` without causing test failures.
156156

157157
If you would like to temporary disable integrations with Report Portal just
158158
deactivate :code:`pytest_reportportal` plugin with command like:

0 commit comments

Comments
 (0)