aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/rails/test_unit/minitest_plugin.rb
Commit message (Expand)AuthorAgeFilesLines
* Allow to receive arbitrary arguments in `aggregated_results`yuuji.yaginuma2017-05-101-1/+1
* Avoid running system tests by defaultRobin Dupret2017-03-051-3/+9
* Fix run_via[]= backwards compatibility.Kasper Timm Hansen2017-02-211-1/+3
* Prevent multiple values being set to `run_via`yuuji.yaginuma2017-02-181-5/+29
* Collect all file patterns when running multiple rake test tasksDominic Cleal2017-02-041-7/+7
* add warnings option to test runneryuuji.yaginuma2017-01-241-0/+5
* Use autorun when running via Rake.Kasper Timm Hansen2016-09-251-3/+13
* Revise setting of run_with_rails_extension.Kasper Timm Hansen2016-09-251-5/+5
* applies new string literal convention in railties/libXavier Noria2016-08-061-3/+3
* remove unnessary option setting from test runneryuuji.yaginuma2016-04-251-5/+2
* [ci skip] Improve comment minitest plugin initialization.Kasper Timm Hansen2016-03-221-2/+4
* Don't get ahead of ourselves.Kasper Timm Hansen2016-03-221-3/+3
* Set Rails as the first minitest initialized plugin.Kasper Timm Hansen2016-03-221-1/+3
* make sure `rake test` respects TESTOPTSAaron Patterson2016-02-221-1/+2
* [ci skip] Mention testing fore-runners.Kasper Timm Hansen2016-02-211-0/+2
* modify to `error` also abort when specify fail fast optionyuuji.yaginuma2016-02-171-1/+1
* delete only unnecessary reporteryuuji.yaginuma2016-01-111-1/+2
* Rewrite aggregated results suppression.Kasper Timm Hansen2015-12-231-10/+4
* [ci skip] Clarify why we're clearing reporters.Kasper Timm Hansen2015-12-231-1/+1
* Add colored output to the new test reporter.Lucas Mazza2015-12-221-0/+8
* Fix #22232: rake test tasks exit status codeArkadiusz Fal2015-12-071-1/+3
* allow use of minitest-rails gem with test runnerChris Kottom2015-11-301-1/+1
* add `bin/test` script to rails pluginyuuji.yaginuma2015-11-281-3/+4
* Hide Minitest's aggregated results if outputting inline.Kasper Timm Hansen2015-10-071-0/+14
* Add fail fast to test runner.Kasper Timm Hansen2015-09-291-0/+5
* Add inline failure reporting to test runner.Kasper Timm Hansen2015-09-281-0/+7
* check if @rake_patterns is definedyuuji.yaginuma2015-09-281-1/+2
* modify to pass the correct argument to the test runner from rakeyuuji.yaginuma2015-09-081-1/+10
* make `ENV` a required argumentyuuji.yaginuma2015-08-291-1/+1
* Allow Minitest to load plugins. Fixes #21102Oleg Sukhodolsky2015-08-031-0/+1
* Avoid crashing when minitest-rails is loaded.Victor Costan2015-07-011-3/+3
* Improve test runner's Minitest integration.Kasper Timm Hansen2015-06-041-7/+44
* move `ENV["BACKTRACE"]` support into the TestRunner.Yves Senn2015-03-181-2/+1
* Move minitest pluginArthur Neves2015-03-181-0/+15