- 1
- 2
- 3
- 4
- 5
Note
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 and see them in the terminal as is (non-escaped), use this option in your pytest.ini:
[pytest]
disable_test_id_escaping_and_forfeit_all_rights_to_community_support = True
guest8 31.07.2019 18:41 # −999
PACTPOBblu_nemyx 31.07.2019 18:44 # 0
___________________ 31.07.2019 23:54 # 0
PACTPOBblu_nemyx 01.08.2019 00:24 # 0
TOPT 01.08.2019 10:10 # 0
bormand 01.08.2019 10:49 # 0
guest8 01.08.2019 02:35 # −999
guest8 01.08.2019 17:43 # −999