aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/rails/test_unit/runner.rb
Commit message (Expand)AuthorAgeFilesLines
* Use match? where we don't need MatchDataAkira Matsuda2019-07-291-1/+1
* Add ActionDispatch::SystemTestCase#fill_in_rich_text_areaGeorge Claghorn2019-05-131-1/+1
* Change the empty block style to have space inside of the blockRafael Mendonça França2018-09-251-2/+2
* use "minitest" consistentlyXavier Noria2018-09-111-2/+2
* Enable Start/EndWith and RegexpMatch copsBart de Water2018-07-281-1/+1
* Set the Rails environment from an environment variableAaron Patterson2017-12-081-4/+1
* Fix Rails environment when running tests with RubyAaron Patterson2017-12-061-1/+4
* 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
|/
* * Don't eagerly require Rails' minitest plugin.Kasper Timm Hansen2017-07-101-0/+140
* Improve test runner's Minitest integration.Kasper Timm Hansen2015-06-041-137/+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
* move `ENV["BACKTRACE"]` support into the TestRunner.Yves Senn2015-03-181-1/+1
* `-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
* Move minitest pluginArthur Neves2015-03-181-15/+4
* Move some logic to runnerArthur Neves2015-03-181-0/+10
* Better file:line parsing and filter method by file tooArthur Neves2015-03-181-11/+19
* If a nem given, use that name to filter the testArthur Neves2015-03-181-5/+1
* Add test run by line, and report error by lineArthur Neves2015-03-181-0/+27
* spike of a `OptionParser` backed test runner.Yves Senn2015-03-181-0/+83