We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc56f2a commit 176c5ddCopy full SHA for 176c5dd
tests/validators/test_with_default.py
@@ -802,5 +802,5 @@ def _raise(ex: Exception) -> None:
802
803
with pytest.raises(ValidationError) as exc_info:
804
v.validate_python(input_value)
805
-
+
806
assert exc_info.value.errors(include_url=False, include_context=False) == expected
0 commit comments