Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 604 Bytes

TESTING.md

File metadata and controls

20 lines (14 loc) · 604 Bytes

Testing

Tests exist to:

  • validate json graph schema as draft v4 of JSON schema
  • validate examples against the json graph schema

How-to

  • Install python3
  • Install a virtual environment: virtualenv venv
  • Activate virtual environment: . venv/bin/activate
  • Install testing etc dependencies with pip install -r requirements.txt
  • Run tests: python -m unittest test.test-examples

Travis-CI

Automated testing with Travis-CI at travis.