summaryrefslogtreecommitdiff
path: root/jsonschema
diff options
context:
space:
mode:
Diffstat (limited to 'jsonschema')
-rw-r--r--jsonschema/tests/test_format.py5
-rw-r--r--jsonschema/tests/test_jsonschema_test_suite.py9
2 files changed, 14 insertions, 0 deletions
diff --git a/jsonschema/tests/test_format.py b/jsonschema/tests/test_format.py
index e7576b4..8392ca1 100644
--- a/jsonschema/tests/test_format.py
+++ b/jsonschema/tests/test_format.py
@@ -1,3 +1,8 @@
+"""
+Tests for the parts of jsonschema related to the :validator:`format` property.
+
+"""
+
from jsonschema.tests.compat import mock, unittest
from jsonschema import FormatError, ValidationError, FormatChecker
diff --git a/jsonschema/tests/test_jsonschema_test_suite.py b/jsonschema/tests/test_jsonschema_test_suite.py
index 65f4cab..5b7ebac 100644
--- a/jsonschema/tests/test_jsonschema_test_suite.py
+++ b/jsonschema/tests/test_jsonschema_test_suite.py
@@ -1,3 +1,12 @@
+"""
+Test runner for the JSON Schema official test suite
+
+Tests comprehensive correctness of each draft's validator.
+
+See https://github.com/jsonschema/JSON-Schema-Test-Suite for details.
+
+"""
+
from decimal import Decimal
import glob
import json