aboutsummaryrefslogtreecommitdiffstats
path: root/railties/test/application/test_runner_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Fail parallel tests if workers exit earlyJohn Hawthorn2019-05-301-0/+18
* Make system tests take failed screenshots in `before_teardown` hookRichard Macklin2019-04-201-0/+26
* Railities typo fixes.alkesh262019-02-011-1/+1
* Rename methods and update docsEileen Uchitelle2019-01-291-0/+1
* Implement a way to add browser capabilities:Edouard CHIN2019-01-291-0/+2
* Add `rails test:channels`.bogdanvlviv2019-01-161-2/+13
* Add Rake task for testing mailboxesGeorge Claghorn2018-12-301-2/+14
* Clarify implicit meaning of 'workers: 2' in parallelization tests.Kasper Timm Hansen2018-12-191-6/+8
* Add option to set parallel test worker count to the physical core count of th...Bogdan2018-12-181-5/+14
* Correctly handle unknown object in parallel testsyuuji.yaginuma2018-11-171-0/+14
* Merge pull request #34411 from N0xFF/masterRafael França2018-11-131-0/+25
|\
| * Reset sessions on failed system test screenshotMaxim Perepelitsa2018-11-131-0/+25
* | Add test for parallel tests with unmarshable exceptionyuuji.yaginuma2018-11-091-0/+24
|/
* Ensure that running tests in parallel doesn't display schema load outputbogdanvlviv2018-08-081-0/+18
* Show rails instead of bin/rails on USAGE instructionsAlberto Almagro2018-07-061-1/+1
* Recommend use of rails over bin/railsAlberto Almagro2018-07-061-1/+1
* 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