Skip to content

Isolated unit tests (fixtures, cache)

Martijn Vermaat requested to merge fixtures into refactor

Unit tests should run without needing to download a reference sequence on every other test, and without the need for a pre-populated mapping database.

We use fixtures for a selected set of transcript mappings in the test environment database and include reference files used in the unit tests.

The tests should succeed even without internet connection (except for some tests specifically testing communication with external services of course).

Merge request reports