Skip to content

Release v75.1.0

Choose a tag to compare

@clingen-sthlm clingen-sthlm released this 02 Sep 06:46

Integration test for mip-dna start-available (#4543)(minor)

Added

  • Integration test that runs the cg command workflow mip-dna start-available with 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-httpserver runs a barebones http server that captures calls made by the code under test.

  • Added default pytest option -m not integration so that integration tests are only run when the -m integration flag is added.

  • Run the integration tests in the GitHub action tests-coverage