redding / assert

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

Run tests by line number #120

Closed kellyredding closed 8 years ago

kellyredding commented 11 years ago

So you can focus in on just one test and get it passing. I'm thinking the suite would first need to track the line number of each test. Then, add a -l opt to the CLI and you are in business

$ assert path/to/my_tests.rb -l 10
kellyredding commented 11 years ago

for reference: minitest-line gem

kellyredding commented 10 years ago

(notes)