summaryrefslogtreecommitdiff
path: root/jsonschema/tests/test_types.py
diff options
context:
space:
mode:
Diffstat (limited to 'jsonschema/tests/test_types.py')
-rw-r--r--jsonschema/tests/test_types.py8
1 files changed, 5 insertions, 3 deletions
diff --git a/jsonschema/tests/test_types.py b/jsonschema/tests/test_types.py
index 2280cc3..82071ca 100644
--- a/jsonschema/tests/test_types.py
+++ b/jsonschema/tests/test_types.py
@@ -1,7 +1,9 @@
"""
-Tests on the new type interface. The actual correctness of the type checking
-is handled in test_jsonschema_test_suite; these tests check that TypeChecker
-functions correctly and can facilitate extensions to type checking
+Tests for the `TypeChecker`-based type interface.
+
+The actual correctness of the type checking is handled in
+`test_jsonschema_test_suite`; these tests check that TypeChecker
+functions correctly at a more granular level.
"""
from collections import namedtuple
from unittest import TestCase