summaryrefslogtreecommitdiff
path: root/jsonschema/tests/_suite.py
diff options
context:
space:
mode:
Diffstat (limited to 'jsonschema/tests/_suite.py')
-rw-r--r--jsonschema/tests/_suite.py6
1 files changed, 0 insertions, 6 deletions
diff --git a/jsonschema/tests/_suite.py b/jsonschema/tests/_suite.py
index e24e41e..8d36490 100644
--- a/jsonschema/tests/_suite.py
+++ b/jsonschema/tests/_suite.py
@@ -102,12 +102,6 @@ class Version(object):
)
)
- def tests_of(self, name):
- return self._tests_in(
- subject=name,
- path=self._path / (name + ".json"),
- )
-
def optional_tests_of(self, name):
return self._tests_in(
subject=name,