Skip to content

ausseabed/qajson

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

QAJSON

QAJSON is a JSON schema definition created by the AusSeabed project to define Quality Assurance (QA) checks, check parameters, and input data files. QAJSON also supports the storage of QA check results.

CircleCI

Testing

Unit tests can be run with the following command from the project root directory.

python -m pytest -s --cov=ausseabed.qajson tests/

Or, to run only a single specific test.

python -m pytest -s --cov=ausseabed.qajson  tests/ausseabed/qajson/test_model.py::TestModel::test_qa_json_file

About

QA JSON schema definition and support classes

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages