aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/rails/test_unit
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* 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
* 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-292-0/+13
* Add inline failure reporting to test runner.Kasper Timm Hansen2015-09-282-5/+32
* 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-082-6/+15
* raise LoadError when a non-existent file or directory is specified to the tes...yuuji.yaginuma2015-09-071-1/+1
* 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
* 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-045-152/+85
* Remove unused private classesRafael Mendonça França2015-05-031-126/+0
* Merge pull request #19441 from y-yagi/use_existArthur Nogueira Neves2015-03-211-1/+1
|\
| * use `Dir.exist?` instead of deprecated `Dir.exists?`yuuji.yaginuma2015-03-211-1/+1
* | Merge pull request #19445 from prathamesh-sonpatki/rm-ostructArthur Nogueira Neves2015-03-211-1/+0
|\ \
| * | Removed requiring ostruct because its unusedPrathamesh Sonpatki2015-03-211-1/+0
| |/
* / Fix typos in test runner's help outputPrathamesh Sonpatki2015-03-211-2/+2
|/
* Use absolute path on find_method location for the runnerArthur Neves2015-03-191-1/+1
* Fix test rake when passing multiple argumentsArthur Neves2015-03-191-2/+2
* Use Rails::TestRunner on rake testArthur Neves2015-03-181-16/+17
* Fix reporter test and verbose modeArthur Neves2015-03-181-1/+1
* move `ENV["BACKTRACE"]` support into the TestRunner.Yves Senn2015-03-182-3/+2
* `-p`, `--pattern` to run tests using a pattern.Yves Senn2015-03-181-0/+4
* use `bin/rails t` runner in `test_runner_test.rb`.Yves Senn2015-03-181-2/+2
* Fix relative dir call on test runnerArthur Neves2015-03-181-5/+10
* Add tests for runner#test_files methodArthur Neves2015-03-181-7/+7
* Run multiple files on runnerArthur Neves2015-03-181-4/+5
* `-e` / `--environment` for the test runner.Yves Senn2015-03-181-1/+7
* move argument parsing into the `Runner`.Yves Senn2015-03-181-0/+5
* get rid of NAMED_PATTERNS in favor of running a whole directoryYves Senn2015-03-181-7/+4
* document running a test by line number.Yves Senn2015-03-181-0/+7
* pluralize rerun snippet heading.Yves Senn2015-03-181-1/+1
* Show the right file when test raisesArthur Neves2015-03-181-4/+3
* Move minitest pluginArthur Neves2015-03-182-15/+19