Sanitize messages and add custom failure explanation
()
| 198 | |
| 199 | @pytest.fixture |
| 200 | def msg(): |
| 201 | """Sanitize messages and add custom failure explanation""" |
| 202 | return SanitizedString(_sanitize_message) |
| 203 | |
| 204 | |
| 205 | def pytest_assertrepr_compare(op, left, right): # noqa: ARG001 |
no test coverage detected