redding / assert

Assertion style testing framework.
https://github.com/redding/assert
MIT License
10 stars 1 forks source link

track failing tests; option to run only failing tests #281

Open kellyredding opened 8 years ago

kellyredding commented 8 years ago

idea from an rspec example at the end of this post: https://medium.com/table-xi/focus-your-rspec-workflow-4cd5798d2a3e#.7bnwdj33x. track failing tests in a file, add opt to run only failing tests OR run just the next failing test; honor other test filters too.

just an idea.