summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorDylan Baker <dylan@pnwbakers.com>2016-07-27 18:08:14 -0700
committerDylan Baker <dylan@pnwbakers.com>2016-08-05 10:45:04 -0700
commita4301551180a7d3b91dc6c5dc84302f52a6de3a0 (patch)
tree5b85e8aedf87cf1e9debdc3929dbe364fd0e6606 /tox.ini
parentaff4b1dfcb3b4a870fef75e9f1c5e5a5084cc348 (diff)
unittests: replace json_tests with a schema and validator
This module is really a want for a schema and enforcement for that schema, since there is in fact schema for JSON and several python libraries to enforce said schema, it would be much better to use use one of those, since that also makes the output format reproducible and portable. This adds the schema and the proper test, which currently this test xfails because bugs. Signed-off-by: Dylan Baker <dylanx.c.baker@intel.com>
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini1
1 files changed, 1 insertions, 0 deletions
diff --git a/tox.ini b/tox.ini
index 5ea976ab2..f8836ed08 100644
--- a/tox.ini
+++ b/tox.ini
@@ -30,6 +30,7 @@ deps =
six==1.5.2
wrapt
{accel,noaccel}: nose
+ {accel,noaccel}: jsonschema
commands =
{accel,noaccel}: nosetests unittests -e generators -e framework -e suites []
{accel,noaccel}: py.test -rw unittests/framework unittests/suites