summaryrefslogtreecommitdiff
path: root/jsonschema
diff options
context:
space:
mode:
authorJulian Berman <Julian@GrayVines.com>2013-05-18 23:11:18 -0400
committerJulian Berman <Julian@GrayVines.com>2013-05-18 23:11:18 -0400
commit7221a3229b378a3cdb08f9bd5c4a94688af8d559 (patch)
treed9d9aeccc0a3ad839e6b7c4f9595873b6123c4e4 /jsonschema
parentc7aa923abac68ba7b5a576a64a4382a467b90234 (diff)
downloadjsonschema-7221a3229b378a3cdb08f9bd5c4a94688af8d559.tar.gz
Some module docstrings.
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