Release v75.1.0
Integration test for mip-dna start-available (#4543)(minor)
Added
-
Integration test that runs the cg command
workflow mip-dna start-availablewith one case ready to start. Checks that:- all necessary cli commands and http requests are made
- all files are created in the correct place
-
Additional pytest plugin added:
pytest-httpserverruns a barebones http server that captures calls made by the code under test. -
Added default pytest option
-m not integrationso that integration tests are only run when the-m integrationflag is added. -
Run the integration tests in the GitHub action
tests-coverage