#!/bin/sh

set -e

python -m unittest discover /usr/lib/python2.7/dist-packages/json_schema_validator -v

