aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/rails/test_unit/reporter.rb
Commit message (Expand)AuthorAgeFilesLines
* Show rails instead of bin/rails on USAGE instructionsAlberto Almagro2018-07-061-1/+1
* Need to use `klass` to get the class name of the test resultyuuji.yaginuma2018-01-031-1/+2
* Correctly get source locationyuuji.yaginuma2018-01-031-1/+6
* Adding frozen_string_literal pragma to Railties.Pat Allan2017-08-141-0/+2
* Fix root not being defined on Travis.Kasper Timm Hansen2017-07-161-1/+6
* Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"Matthew Draper2017-07-021-1/+0
* Enforce frozen string in RubocopKir Shatrov2017-07-011-0/+1
* Add option for class_attribute default (#29270)David Heinemeier Hansson2017-05-291-2/+1
* code gardening: removes redundant selfsXavier Noria2016-08-081-1/+1
* applies new string literal convention in railties/libXavier Noria2016-08-061-1/+1
* use method provided by minitestyuuji.yaginuma2016-02-211-7/+1
* modify to `error` also abort when specify fail fast optionyuuji.yaginuma2016-02-171-1/+1
* 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
* 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
* Add colored output to the new test reporter.Lucas Mazza2015-12-221-1/+39
* 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
* Prefer Minitest's location for test failures.Kasper Timm Hansen2015-11-121-2/+8
* Output inline is set to true in the plugin.Kasper Timm Hansen2015-10-071-1/+1
* Add fail fast to test runner.Kasper Timm Hansen2015-09-291-0/+8
* Add inline failure reporting to test runner.Kasper Timm Hansen2015-09-281-5/+25
* do not show "Failed tests" message when a failed test is notyuuji.yaginuma2015-06-231-3/+9
* make it possible to customize the executable inside rereun snippets.Yves Senn2015-06-131-1/+5
* Improve test runner's Minitest integration.Kasper Timm Hansen2015-06-041-1/+5
* Fix reporter test and verbose modeArthur Neves2015-03-181-1/+1
* pluralize rerun snippet heading.Yves Senn2015-03-181-1/+1
* Show the right file when test raisesArthur Neves2015-03-181-4/+3
* Dont display Failed test if suite passedArthur Neves2015-03-181-0/+1
* Add test run by line, and report error by lineArthur Neves2015-03-181-0/+22