toptal / crystalball

Regression Test Selection library for your RSpec test suite
https://toptal.github.io/crystalball/
MIT License
323 stars 41 forks source link

Change limit behavior #85

Closed pluff closed 6 years ago

pluff commented 6 years ago

Current behavior of examples_limitis not so useful for local development because if we abort the process that means we can't do anything useful in this case. It would be more useful to write a warning about prediction size being over the limit and try to shrink prediction to specified limit size so we can provide at least some feedback.