aboutsummaryrefslogtreecommitdiffstats
path: root/railties/test/application/test_runner_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Remove needless printyuuji.yaginuma2018-02-171-1/+0
* Remove usage of strip_heredoc in the framework in favor of <<~Rafael Mendonça França2018-02-161-2/+1
* Add test parallelization to Railseileencodes2018-02-151-4/+78
* Set the Rails environment from an environment variableAaron Patterson2017-12-081-1/+1
* Add failing test for wrong database connectionAaron Patterson2017-12-081-0/+17
* Fix Rails environment when running tests with RubyAaron Patterson2017-12-061-0/+56
* Remove unnecessary migration deletionyuuji.yaginuma2017-11-081-5/+0
* `rails new` runs `rails active_storage:install`bogdanvlviv2017-11-061-0/+5
* Run in-app rails commands via fork+load where possibleMatthew Draper2017-09-041-28/+26
* Adding frozen_string_literal pragma to Railties.Pat Allan2017-08-141-0/+2
* Merge remote-tracking branch 'origin/master' into unlock-minitestRafael Mendonça França2017-08-011-2/+28
|\
| * Allow bin/rails test task to take absolute paths as argumentsPawan Dubey2017-07-251-0/+26
| * * Don't eagerly require Rails' minitest plugin.Kasper Timm Hansen2017-07-101-2/+2
| * 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
* | Fix test runner's outputyuuji.yaginuma2017-07-301-1/+1
|/
* Define path with __dir__bogdanvlviv2017-05-231-1/+1
* Remove duplicated "test" prefixRyuta Kamizono2017-04-071-1/+1
* Avoid running system tests by defaultRobin Dupret2017-03-051-0/+46
* Fix random failure on system test with ajaxFumiaki MATSUSHIMA2017-03-031-0/+28
* Add back tests for test:units and test:functionals.Kasper Timm Hansen2017-02-231-12/+16
* Fix run_via[]= backwards compatibility.Kasper Timm Hansen2017-02-211-0/+10
* Collect all file patterns when running multiple rake test tasksDominic Cleal2017-02-041-0/+15
* add warnings option to test runneryuuji.yaginuma2017-01-241-0/+11
* Add more rubocop rules about whitespacesRafael Mendonça França2016-10-291-6/+6
* applies new string literal convention in railties/testXavier Noria2016-08-061-124/+124
* remove unnessary option setting from test runneryuuji.yaginuma2016-04-251-0/+8
* reestablish previous connection after creating all databasesAaron Patterson2016-02-231-0/+13
* make sure `rake test` respects TESTOPTSAaron Patterson2016-02-221-0/+13
* 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-1/+1
* Fix mixing line filters with Minitest's -n filter.Kasper Timm Hansen2016-02-051-0/+24
* Fix model test path typo uncovered in previous commit.Kasper Timm Hansen2016-02-031-1/+1
* Fix line filters running tests from multiple runnables.Kasper Timm Hansen2016-02-031-0/+24
* Be consistent in testing outputs from railties test and use /bin/rails everyw...Vipul A M2016-01-241-2/+3
* Don't run all tests when files end in a colon.Kasper Timm Hansen2016-01-181-8/+0
* bring back `TEST` env for `rake test`.Yves Senn2016-01-121-0/+11
* Added multiple line filters support for test runnerSiva Gollapalli2016-01-101-0/+78
* make generated controller test work correctlyyuuji.yaginuma2016-01-061-0/+9
* display detailed information in inline reportingyuuji.yaginuma2015-12-211-1/+2
* Prefer Minitest's location for test failures.Kasper Timm Hansen2015-11-121-1/+1
* Refactor create_test_file to take a pass option.Kasper Timm Hansen2015-10-071-31/+7
* Hide Minitest's aggregated results if outputting inline.Kasper Timm Hansen2015-10-071-0/+15
* Add fail fast to test runner.Kasper Timm Hansen2015-09-291-0/+15
* Add inline failure reporting to test runner.Kasper Timm Hansen2015-09-281-0/+15
* raise LoadError when a non-existent file or directory is specified to the tes...yuuji.yaginuma2015-09-071-0/+5
* tests, railties tests should use `bin/` executables when possible.Yves Senn2015-06-301-1/+1
* Improve test runner's Minitest integration.Kasper Timm Hansen2015-06-041-25/+140
* `-p`, `--pattern` to run tests using a pattern.Yves Senn2015-03-181-2/+1
* use `bin/rails t` runner in `test_runner_test.rb`.Yves Senn2015-03-181-24/+18