Codarama / diet-engine

Diet significantly minimizes the space used by your project's /lib
codarama.github.io/Diet
MIT License
3 stars 2 forks source link

Split unit and integration tests #19

Closed ayld closed 9 years ago

ayld commented 9 years ago

The build is currently failing because all tests run for 50+ min (...), a local build is about ~20min on an i7 with SSD, which is not something to be proud of for lib of 50+ classes :D

We should split slow running (integration) from fast running (unit) tests so that build times "calm down".