Running the tests

To be able to run the tests you must execute from your already cloned repo's root:

uv run task test

Quality Assurance

The following quality checks are in place:

  • 90% branch coverage
  • pycaprio passes ruff
  • Tests also pass ruff

Current coverage is codecov

Warning

Integration tests are being developed to test INCEpTION's API and will be integrated into pycaprio when considered ready, at the moment there are only unit tests.