slagyr / speclj

pronounced "speckle": a TDD/BDD framework for Clojure.
MIT License
459 stars 58 forks source link

Automatic failed test reload #14

Closed mylesmegyesi closed 12 years ago

mylesmegyesi commented 13 years ago

Feature added to reload all previously failing files.

slagyr commented 13 years ago

Rather than run the failing tests as a separate test run, there should only be 1 test run on any given modification. This single run will include all affected files and previously failing tests.

Also, the vigilant test runner was a bear to get working which is why it doesn't have tests. Since it has gained some stability, it should be possible to add tests for this change.