Returned validator has a useful `__repr__`.
(self)
| 157 | ) == e.value.args |
| 158 | |
| 159 | def test_repr(self): |
| 160 | class="st">""" |
| 161 | Returned validator has a useful `__repr__`. |
| 162 | class="st">""" |
| 163 | v = instance_of(int) |
| 164 | assert (class="st">"<instance_of validator for type <class &class="cm">#x27;int'>>") == repr(v) |
| 165 | |
| 166 | |
| 167 | class TestMatchesRe: |
nothing calls this directly
no test coverage detected