CDCgov / cfa-config-validation

Modeling pipeline config validation microservice.
Apache License 2.0
0 stars 0 forks source link

Test suite + CI #7

Closed amondal2 closed 1 month ago

amondal2 commented 1 month ago

Addresses #1 --

Incorporates a test suite with mock data to check that validation routes are working as expected. To run locally, poetry run pytest

Additionally incorporates updates to CI pipeline to automatically run tests as a status check.