aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/rails/test_unit
Commit message (Expand)AuthorAgeFilesLines
* Avoid running system tests by defaultRobin Dupret2017-03-053-10/+19
* Fix run_via[]= backwards compatibility.Kasper Timm Hansen2017-02-211-1/+3
* Merge pull request #26703 from eileencodes/rails_system_testsEileen M. Uchitelle2017-02-202-0/+6
|\
| * Refactor config settings to use generated fileeileencodes2017-02-201-13/+1
| * Don't load ActionSystemTest in productioneileencodes2017-02-201-0/+12
| * Add generators and ability to run system testseileencodes2017-02-202-0/+6
* | 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 `on_load` to trigger commandline processing codeAaron Patterson2016-10-211-0/+8
* Prevent the test framework from being loaded in production modeAaron Patterson2016-10-211-6/+0
* 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
* code gardening: removes redundant selfsXavier Noria2016-08-081-1/+1
* revises most Lint/EndAlignment offensesXavier Noria2016-08-071-3/+3
* normalizes indentation and whitespace across the projectXavier Noria2016-08-061-1/+1
* modernizes hash syntax in railtiesXavier Noria2016-08-061-5/+5
* applies new string literal convention in railties/libXavier Noria2016-08-066-17/+17
* 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
* use method provided by minitestyuuji.yaginuma2016-02-211-7/+1
* modify to `error` also abort when specify fail fast optionyuuji.yaginuma2016-02-172-2/+2
* test runner, relay minitest information about the error location.Yves Senn2016-02-151-1/+1
* Revert "Prefer Minitest's location for test failures."Yves Senn2016-02-151-8/+2
* Fix mixing line filters with Minitest's -n filter.Kasper Timm Hansen2016-02-051-4/+12
* Fix line filters running tests from multiple runnables.Kasper Timm Hansen2016-02-031-1/+1
* Don't run all tests when files end in a colon.Kasper Timm Hansen2016-01-181-1/+1
* bring back `TEST` env for `rake test`.Yves Senn2016-01-121-1/+6
* Merge pull request #22808 from y-yagi/do_not_clear_all_reportersKasper Timm Hansen2016-01-111-1/+2
|\
| * delete only unnecessary reporteryuuji.yaginuma2016-01-111-1/+2
* | Added multiple line filters support for test runnerSiva Gollapalli2016-01-102-4/+9
* | [ci skip] Clarify some Minitest origins.Kasper Timm Hansen2016-01-091-0/+2
* | Extract line filtering to Railties.Kasper Timm Hansen2016-01-092-0/+69
|/
* Move test coloring closer to where it's used.Kasper Timm Hansen2015-12-231-15/+9
* Remove local variable color.Kasper Timm Hansen2015-12-231-5/+5
* Rename color to color_output.Kasper Timm Hansen2015-12-231-6/+5
* Remove unused blue color.Kasper Timm Hansen2015-12-231-2/+1
* Color failure line by result code.Kasper Timm Hansen2015-12-231-1/+1
* 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-222-1/+47
* display detailed information in inline reportingyuuji.yaginuma2015-12-211-1/+7
* show relative path the rerun snippet of test runner in rails engineyuuji.yaginuma2015-12-101-1/+5
* 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