()
| 175 | |
| 176 | |
| 177 | def test_encode_model_with_alias_raises(): |
| 178 | with pytest.raises(ValidationError): |
| 179 | ModelWithAlias(foo="Bar") # ty: ignore[missing-argument, unknown-argument] |
| 180 | |
| 181 | |
| 182 | def test_encode_model_with_alias(): |
nothing calls this directly
no test coverage detected
searching dependent graphs…