Release v1 0 0
docker
docker-compose-test.yaml +1 -1
gitlab
test-js.yml +13 -0
tests
test_schemas.py +35 -10
tests-js
docker
Dockerfile +10 -1
soar-examples.test.js +1 -1
.gitignore +1 -0
.gitlab-ci.yml +1 -0
CHANGELOG.md +4 -0
README.md +12 -4
generate_schema_config.py +2 -2
- Dan Jones authored
- use discover to find python unittests - choose filename for output compiled schema - use python+node container for JS tests - compile ignored test schema before running all tests
+ 1
- 1
\ No newline at end of file
+ 13
- 0
+ 35
- 10
+ 10
- 1
+ 1
- 1
+ 1
- 0
+ 1
- 0
+ 4
- 0
+ 12
- 4
+ 2
- 2