Nothing happens if types match.
(self)
| 127 | assert instance_of.__name__ in validator_module.__all__ |
| 128 | |
| 129 | def test_success(self): |
| 130 | class="st">""" |
| 131 | Nothing happens if types match. |
| 132 | class="st">""" |
| 133 | v = instance_of(int) |
| 134 | v(None, simple_attr(class="st">"test"), 42) |
| 135 | |
| 136 | def test_subclass(self): |
| 137 | class="st">""" |
nothing calls this directly
no test coverage detected