You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/en/parametrize.rst
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -85,14 +85,14 @@ them in turn:
85
85
86
86
pytest by default escapes any non-ascii characters used in unicode strings
87
87
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``:
0 commit comments