After discussion on this morning's call, the criteria for a casework Github project self-designating as "Beta" development status changed to include running tests with Continuous Integration.
This project currently designates as "Beta" status, but does not meet the (new) requirement of running tests with Continuous Integration. In some sense it does not meet the (old) requirement of running tests either; the project's output is demonstrated with the /json directory of sample data, but not tested with either ground-truth content review (e.g. a test that there should be exactly n observable:Message objects), or by running through SHACL validation.
Can this repository please either:
- Downgrade its development status to "Alpha"; or,
- Add some scripted testing of the code base. I'm not sure how this project would be run through CI without sample data being incorporated or downloaded, but I think it would be helpful to see the
/json directory run through case_validate. @kchason , would you be able to add the validation action here?
Adding CI to this project will make for a more dynamic review process, so I encourage testing be incorporated.
After discussion on this morning's call, the criteria for a
caseworkGithub project self-designating as "Beta" development status changed to include running tests with Continuous Integration.This project currently designates as "Beta" status, but does not meet the (new) requirement of running tests with Continuous Integration. In some sense it does not meet the (old) requirement of running tests either; the project's output is demonstrated with the
/jsondirectory of sample data, but not tested with either ground-truth content review (e.g. a test that there should be exactly nobservable:Messageobjects), or by running through SHACL validation.Can this repository please either:
/jsondirectory run throughcase_validate. @kchason , would you be able to add the validation action here?Adding CI to this project will make for a more dynamic review process, so I encourage testing be incorporated.