()
| 130 | |
| 131 | |
| 132 | def test_exception_matches(): |
| 133 | assert m.exception_matches() |
| 134 | assert m.exception_matches_base() |
| 135 | assert m.modulenotfound_exception_matches_base() |
| 136 | |
| 137 | |
| 138 | def test_custom(msg): |
nothing calls this directly
no outgoing calls
no test coverage detected