pepkit / geofetch

Builds a PEP from SRA or GEO accessions
https://pep.databio.org/geofetch/
BSD 2-Clause "Simplified" License
46 stars 5 forks source link

Remove test dependencies from actual GEO files #116

Open khoroshevskyi opened 1 year ago

khoroshevskyi commented 1 year ago

In general it is not recommended to use actual data in unit tests because it can make the tests less reliable and more difficult to maintain. (Especially, because data may not be available in the future:/ and actual data make tests slower)