Update doc/en/parametrize.rst
This commit is contained in:
parent
8b0b7156d9
commit
3d9e68ecfd
|
@ -85,14 +85,14 @@ them in turn:
|
|||
|
||||
pytest by default escapes any non-ascii characters used in unicode strings
|
||||
for the parametrization because it has several downsides.
|
||||
If however you would like to use unicode strings in parametrization, use this option in your ``pytest.ini``:
|
||||
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``:
|
||||
|
||||
.. code-block:: ini
|
||||
|
||||
[pytest]
|
||||
disable_test_id_escaping_and_forfeit_all_rights_to_community_support = True
|
||||
|
||||
to disable this behavior, but keep in mind that this might cause unwanted side effects and
|
||||
Keep in mind however that this might cause unwanted side effects and
|
||||
even bugs depending on the OS used and plugins currently installed, so use it at your own risk.
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue