* Add pytest dependency
* Add initial pytest skeleton
* Add .gitignore
* Add jsonschema dependency
* Add parameterized tests with validation documents
* Add tests which includes 1 failing test due to regex
* Update dependencies
* Configure tests for running java
* Add jar dependencies via maven: `mvn dependency:copy-dependencies`
* Add input requirements and pytest-xdist
* Update README
* Add failing java tests
* Update Dockerfile
* Add helper scripts to build and test schema generation
* Update ignore files
* Add newline as whitespace
* Update Dockerfile
* Update Dockerfile
* Remove ctest from cmake in favor of pytest
* Update pom.xml
* Update README.md
Co-Authored-By: Jeff Klukas <jeff@klukas.net>
* Refactor tests so python and java are separate
* Refactor conftest.py
* Add tests for pytests
* Set -e in build
* Fix glean.1.baseline.pass example
* Reduce size of number to fit within 64bit integer
This is an issue parsing with org.json
* Remove docstring
* Add newline
* Update README
* Update pom.xml for explicit org.json
* Remove redundant initialization
* Add missing objects in java tests
Co-authored-by: Jeff Klukas <jeff@klukas.net>