@peterdrake
How would you measure the frequency of tests run?
By time passed, number of modified lines, number of modified files?
@peterdrake
This could be implemented in an ide, directly advising you to run tests; however you would have to train it by telling him how many bugs you have introduced each time you run your tests
@rastinza I think some have it set up to run the tests every time you compile or commit.