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 782ab62 commit 565dbcbCopy full SHA for 565dbcb
jsonschema.py
@@ -459,7 +459,7 @@ class FormatChecker(object):
459
can be used to limit which formats will be used
460
during validation.
461
462
- >>> checker = FormatChecker(formats=("uri", "regex"))
+ >>> checker = FormatChecker(formats=("date", "regex"))
463
464
"""
465
tox.ini
@@ -19,6 +19,10 @@ commands =
19
sphinx-build -W -b html -d {envtmpdir}/doctrees . {envtmpdir}/html
20
21
[testenv:py26]
22
+commands =
23
+ nosetests -s tests.py
24
+ {envpython} -m doctest README.rst
25
+ {envpython} -m doctest jsonschema.py
26
deps =
27
{[testenv:notpy33]deps}
28
{[testenv:all]deps}
0 commit comments