Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | make test runner work correctly inside engine | yuuji.yaginuma | 2015-07-12 | 1 | -1/+5 |
| | |||||
* | Improve test runner's Minitest integration. | Kasper Timm Hansen | 2015-06-04 | 1 | -2/+2 |
| | | | | | | | | | | | This also adds free mix and matching of directories, files and lines filters. Like so: bin/rails test models/post_test.rb test/integration models/person_test.rb:26 You can also mix in a traditional Minitest filter: bin/rails test test/integration -n /check_it_out/ | ||||
* | `-e` / `--environment` for the test runner. | Yves Senn | 2015-03-18 | 1 | -1/+1 |
| | |||||
* | move argument parsing into the `Runner`. | Yves Senn | 2015-03-18 | 1 | -3/+1 |
| | |||||
* | Move some logic to runner | Arthur Neves | 2015-03-18 | 1 | -13/+1 |
| | |||||
* | no need to escape the method in a regex wrap, minitest does that for us | Arthur Neves | 2015-03-18 | 1 | -1/+1 |
| | |||||
* | Add test run by line, and report error by line | Arthur Neves | 2015-03-18 | 1 | -3/+13 |
| | |||||
* | spike of a `OptionParser` backed test runner. | Yves Senn | 2015-03-18 | 1 | -0/+9 |