Sanitize docstrings and add custom failure explanation
()
| 186 | |
| 187 | @pytest.fixture |
| 188 | def doc(): |
| 189 | """Sanitize docstrings and add custom failure explanation""" |
| 190 | return SanitizedString(_sanitize_docstring) |
| 191 | |
| 192 | |
| 193 | def _sanitize_message(thing): |
no test coverage detected