Skip to content

Commit 3d9e68e

Browse files
nicoddemusyouknowone
authored andcommitted
Update doc/en/parametrize.rst
1 parent 8b0b715 commit 3d9e68e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/en/parametrize.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,14 +85,14 @@ them in turn:
8585

8686
pytest by default escapes any non-ascii characters used in unicode strings
8787
for the parametrization because it has several downsides.
88-
If however you would like to use unicode strings in parametrization, use this option in your ``pytest.ini``:
88+
If however you would like to use unicode strings in parametrization and see them in the terminal as is (non-escaped), use this option in your ``pytest.ini``:
8989

9090
.. code-block:: ini
9191
9292
[pytest]
9393
disable_test_id_escaping_and_forfeit_all_rights_to_community_support = True
9494
95-
to disable this behavior, but keep in mind that this might cause unwanted side effects and
95+
Keep in mind however that this might cause unwanted side effects and
9696
even bugs depending on the OS used and plugins currently installed, so use it at your own risk.
9797

9898

0 commit comments

Comments
 (0)