We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0769762 commit eb026bdCopy full SHA for eb026bd
tests.py
@@ -632,6 +632,7 @@ def test_minItems_invalid_string(self):
632
with self.assertRaises(SchemaError):
633
validate([1], {"minItems" : "1"}) # needs to be an integer
634
635
+class TestDeprecations(unittest.TestCase):
636
# XXX: RemoveMe in 0.5
637
def test_number_types_deprecated(self):
638
with warnings.catch_warnings(record=True) as w:
0 commit comments