louiejtaylor / grabseqs

A utility for easy downloading of reads from next-gen sequencing repositories like NCBI SRA
MIT License
104 stars 16 forks source link

Reorganize and improve tests #41

Closed louiejtaylor closed 4 years ago

louiejtaylor commented 4 years ago

Related to #31: this is a major rewrite of the test suite. Each test is now its own function, allowing tests to be run individually if desired (should speed up testing considerably!). Tests are also categorized, allowing for repo-specific tests to be run as a group. This PR does not change any core grabseqs functionality, only the tests.