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 231e894 commit ed661c4Copy full SHA for ed661c4
jsonschema/tests/test_validators.py
@@ -152,7 +152,7 @@ def test_extend(self):
152
)
153
154
155
-class TestLegacyTypeCheckCreation(SynchronousTestCase):
+class TestLegacyTypeChecking(SynchronousTestCase):
156
@unittest.skip("This logic is actually incorrect.")
157
def test_default_types_used_if_no_type_checker_given(self):
158
Validator = validators.create(
@@ -176,8 +176,6 @@ def test_types_redefines_the_validators_type_checker(self):
176
self.assertTrue(validator.is_valid(12))
177
self.flushWarnings()
178
179
-
180
-class TestLegacyTypeCheckingDeprecation(SynchronousTestCase):
181
def test_providing_default_types_warns(self):
182
self.assertWarns(
183
category=DeprecationWarning,
0 commit comments