KarrLab / wc_model_gen

Framework for systematically and scalably designing whole-cell models from large datasets
MIT License
6 stars 2 forks source link

speed up testing #4

Open artgoldberg opened 6 years ago

artgoldberg commented 6 years ago

pytest tests/ takes over 700 s. would be nice to speed them up so they run in about a minute.

artgoldberg commented 6 years ago

can use pytest --durations=N to view N slowest tests