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 fd2e517 commit ded825eCopy full SHA for ded825e
jsonschema/tests/test_validators.py
@@ -1141,11 +1141,11 @@ def test_enum_allows_non_unique_items(self):
1141
self.Validator.check_schema({"enum": [12, 12]})
1142
1143
1144
-class TestDraft6InvalidRegex(InvalidRegexMixin, object):
+class TestDraft6InvalidRegex(InvalidRegexMixin, TestCase):
1145
Validator = validators.Draft6Validator
1146
1147
1148
-class TestDraft7InvalidRegex(InvalidRegexMixin, object):
+class TestDraft7InvalidRegex(InvalidRegexMixin, TestCase):
1149
Validator = validators.Draft7Validator
1150
1151
0 commit comments