griffithlab / civicpy

A python interface for the CIViC db application
MIT License
8 stars 5 forks source link

speed up tests #93

Open ahwagner opened 4 years ago

ahwagner commented 4 years ago

Currently our builds take a long time in CI, ~10 minutes each. The majority of this time is spent in tests.

We should consider how we may speed up tests. I expect that this is directly linked to download of the test cache from production.

susannasiebert commented 4 years ago

These started running slow when I added the cli tests. In particular, hard refreshing the cache and creating the vcf both run very slowly. The latter might be improved by implementing #42.