Skip to content

Commit eb026bd

Browse files
committed
Split off deprecation tests.
1 parent 0769762 commit eb026bd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests.py

+1
Original file line numberDiff line numberDiff line change
@@ -632,6 +632,7 @@ def test_minItems_invalid_string(self):
632632
with self.assertRaises(SchemaError):
633633
validate([1], {"minItems" : "1"}) # needs to be an integer
634634

635+
class TestDeprecations(unittest.TestCase):
635636
# XXX: RemoveMe in 0.5
636637
def test_number_types_deprecated(self):
637638
with warnings.catch_warnings(record=True) as w:

0 commit comments

Comments
 (0)