aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/rails/test_unit
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #29891 from pat/frozen-string-literals-railtiesRafael França2017-08-144-0/+8
|\
| * Adding frozen_string_literal pragma to Railties.Pat Allan2017-08-144-0/+8
* | Show minitest options in test runner helpyuuji.yaginuma2017-07-311-1/+1
|/
* Merge pull request #29926 from pawandubey:fix-test-with-absolute-pathsKasper Timm Hansen2017-07-251-1/+4
|\
| * Allow bin/rails test task to take absolute paths as argumentsPawan Dubey2017-07-251-3/+3
|/
* Fix root not being defined on Travis.Kasper Timm Hansen2017-07-161-1/+6
* * Don't eagerly require Rails' minitest plugin.Kasper Timm Hansen2017-07-105-252/+150
* [Railties] require => require_relativeAkira Matsuda2017-07-013-4/+4
* Use mattr_accessor default: option throughout the projectGenadi Samokovarov2017-06-031-1/+1
* Add option for class_attribute default (#29270)David Heinemeier Hansson2017-05-291-2/+1
* Update system test runner docseileencodes2017-05-141-0/+1
* rake -T should load development env by default, not testTimo Kilpilehto2017-05-101-1/+1
* Allow to receive arbitrary arguments in `aggregated_results`yuuji.yaginuma2017-05-101-1/+1
* 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
|/