fls-bioinformatics-core / auto_process_ngs

Scripts and utilities for automatic processing & management of Illumina NGS sequencing data.
Other
9 stars 6 forks source link

Split large unit test files into multiple files #885

Closed pjbriggs closed 7 months ago

pjbriggs commented 10 months ago

Proposal to split large unit test files into multiple smaller files, for example for the Fastq generation and QC pipeline tests (where tests could be grouped by protocol).

This should make the tests more manageable and also easier to isolate specific functionality when implementing fixes and new features etc.

pjbriggs commented 7 months ago

Addressed by PR #943.