summaryrefslogtreecommitdiff
path: root/tests.py
diff options
context:
space:
mode:
authorJulian Berman <Julian@GrayVines.com>2013-01-31 21:23:28 -0500
committerJulian Berman <Julian@GrayVines.com>2013-01-31 21:25:09 -0500
commit4e350b37e1c099459de9b609a2b484d61a596f94 (patch)
treef35f7e883cb5b8482d3ad1dc55124197630cb8d7 /tests.py
parent829e15aedff5ffc3561b7e97ec1de6b1cc78b219 (diff)
downloadjsonschema-4e350b37e1c099459de9b609a2b484d61a596f94.tar.gz
Enable bignum tests, add two more, and correct number as well.
Diffstat (limited to 'tests.py')
-rw-r--r--tests.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests.py b/tests.py
index 42c288d..5378939 100644
--- a/tests.py
+++ b/tests.py
@@ -126,7 +126,7 @@ class FormatMixin(object):
@load_json_cases(
os.path.join(os.path.dirname(__file__), "json/tests/draft3/"),
- # include_optional=("bignum", "format"),
+ include_optional=("bignum",),
)
class TestDraft3(
TestCase, ByteStringMixin, DecimalMixin, AnyTypeMixin, FormatMixin