| Commit message (Expand) | Author | Age | Files | Lines |
* | remove unnessary option setting from test runner | yuuji.yaginuma | 2016-04-25 | 1 | -5/+2 |
* | [ci skip] Improve comment minitest plugin initialization. | Kasper Timm Hansen | 2016-03-22 | 1 | -2/+4 |
* | Don't get ahead of ourselves. | Kasper Timm Hansen | 2016-03-22 | 1 | -3/+3 |
* | Set Rails as the first minitest initialized plugin. | Kasper Timm Hansen | 2016-03-22 | 1 | -1/+3 |
* | make sure `rake test` respects TESTOPTS | Aaron Patterson | 2016-02-22 | 1 | -1/+2 |
* | [ci skip] Mention testing fore-runners. | Kasper Timm Hansen | 2016-02-21 | 1 | -0/+2 |
* | use method provided by minitest | yuuji.yaginuma | 2016-02-21 | 1 | -7/+1 |
* | modify to `error` also abort when specify fail fast option | yuuji.yaginuma | 2016-02-17 | 2 | -2/+2 |
* | test runner, relay minitest information about the error location. | Yves Senn | 2016-02-15 | 1 | -1/+1 |
* | Revert "Prefer Minitest's location for test failures." | Yves Senn | 2016-02-15 | 1 | -8/+2 |
* | Fix mixing line filters with Minitest's -n filter. | Kasper Timm Hansen | 2016-02-05 | 1 | -4/+12 |
* | Fix line filters running tests from multiple runnables. | Kasper Timm Hansen | 2016-02-03 | 1 | -1/+1 |
* | Don't run all tests when files end in a colon. | Kasper Timm Hansen | 2016-01-18 | 1 | -1/+1 |
* | bring back `TEST` env for `rake test`. | Yves Senn | 2016-01-12 | 1 | -1/+6 |
* | Merge pull request #22808 from y-yagi/do_not_clear_all_reporters | Kasper Timm Hansen | 2016-01-11 | 1 | -1/+2 |
|\ |
|
| * | delete only unnecessary reporter | yuuji.yaginuma | 2016-01-11 | 1 | -1/+2 |
* | | Added multiple line filters support for test runner | Siva Gollapalli | 2016-01-10 | 2 | -4/+9 |
* | | [ci skip] Clarify some Minitest origins. | Kasper Timm Hansen | 2016-01-09 | 1 | -0/+2 |
* | | Extract line filtering to Railties. | Kasper Timm Hansen | 2016-01-09 | 2 | -0/+69 |
|/ |
|
* | Move test coloring closer to where it's used. | Kasper Timm Hansen | 2015-12-23 | 1 | -15/+9 |
* | Remove local variable color. | Kasper Timm Hansen | 2015-12-23 | 1 | -5/+5 |
* | Rename color to color_output. | Kasper Timm Hansen | 2015-12-23 | 1 | -6/+5 |
* | Remove unused blue color. | Kasper Timm Hansen | 2015-12-23 | 1 | -2/+1 |
* | Color failure line by result code. | Kasper Timm Hansen | 2015-12-23 | 1 | -1/+1 |
* | Rewrite aggregated results suppression. | Kasper Timm Hansen | 2015-12-23 | 1 | -10/+4 |
* | [ci skip] Clarify why we're clearing reporters. | Kasper Timm Hansen | 2015-12-23 | 1 | -1/+1 |
* | Add colored output to the new test reporter. | Lucas Mazza | 2015-12-22 | 2 | -1/+47 |
* | display detailed information in inline reporting | yuuji.yaginuma | 2015-12-21 | 1 | -1/+7 |
* | show relative path the rerun snippet of test runner in rails engine | yuuji.yaginuma | 2015-12-10 | 1 | -1/+5 |
* | Fix #22232: rake test tasks exit status code | Arkadiusz Fal | 2015-12-07 | 1 | -1/+3 |
* | allow use of minitest-rails gem with test runner | Chris Kottom | 2015-11-30 | 1 | -1/+1 |
* | add `bin/test` script to rails plugin | yuuji.yaginuma | 2015-11-28 | 1 | -3/+4 |
* | Prefer Minitest's location for test failures. | Kasper Timm Hansen | 2015-11-12 | 1 | -2/+8 |
* | Output inline is set to true in the plugin. | Kasper Timm Hansen | 2015-10-07 | 1 | -1/+1 |
* | Hide Minitest's aggregated results if outputting inline. | Kasper Timm Hansen | 2015-10-07 | 1 | -0/+14 |
* | Add fail fast to test runner. | Kasper Timm Hansen | 2015-09-29 | 2 | -0/+13 |
* | Add inline failure reporting to test runner. | Kasper Timm Hansen | 2015-09-28 | 2 | -5/+32 |
* | check if @rake_patterns is defined | yuuji.yaginuma | 2015-09-28 | 1 | -1/+2 |
* | modify to pass the correct argument to the test runner from rake | yuuji.yaginuma | 2015-09-08 | 2 | -6/+15 |
* | raise LoadError when a non-existent file or directory is specified to the tes... | yuuji.yaginuma | 2015-09-07 | 1 | -1/+1 |
* | make `ENV` a required argument | yuuji.yaginuma | 2015-08-29 | 1 | -1/+1 |
* | Allow Minitest to load plugins. Fixes #21102 | Oleg Sukhodolsky | 2015-08-03 | 1 | -0/+1 |
* | Avoid crashing when minitest-rails is loaded. | Victor Costan | 2015-07-01 | 1 | -3/+3 |
* | do not show "Failed tests" message when a failed test is not | yuuji.yaginuma | 2015-06-23 | 1 | -3/+9 |
* | make it possible to customize the executable inside rereun snippets. | Yves Senn | 2015-06-13 | 1 | -1/+5 |
* | Improve test runner's Minitest integration. | Kasper Timm Hansen | 2015-06-04 | 5 | -152/+85 |
* | Remove unused private classes | Rafael Mendonça França | 2015-05-03 | 1 | -126/+0 |
* | Merge pull request #19441 from y-yagi/use_exist | Arthur Nogueira Neves | 2015-03-21 | 1 | -1/+1 |
|\ |
|
| * | use `Dir.exist?` instead of deprecated `Dir.exists?` | yuuji.yaginuma | 2015-03-21 | 1 | -1/+1 |
* | | Merge pull request #19445 from prathamesh-sonpatki/rm-ostruct | Arthur Nogueira Neves | 2015-03-21 | 1 | -1/+0 |
|\ \ |
|