pytest でテスト名称がマルチバイト文字のときにエスケープされて見辛いとき
pytest.ini に以下のように記述すればよい。
[pytest]
disable_test_id_escaping_and_forfeit_all_rights_to_community_support = true
https://github.com/pytest-dev/pytest/pull/4995
Published: 2020-08-29(Sat) 21:18
pytest.ini に以下のように記述すればよい。
[pytest]
disable_test_id_escaping_and_forfeit_all_rights_to_community_support = true
https://github.com/pytest-dev/pytest/pull/4995
Published: 2020-08-29(Sat) 21:18