aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/rails/test_unit
Commit message (Expand)AuthorAgeFilesLines
* 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
* Move some logic to runnerArthur Neves2015-03-181-0/+10
* Dont display Failed test if suite passedArthur Neves2015-03-181-0/+1
* 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-182-0/+49
* spike of a `OptionParser` backed test runner.Yves Senn2015-03-181-0/+83
* Remove deprecated `test:all` and `test:all:db` tasksRafael Mendonça França2015-01-041-23/+0
* docs, AR no longer makes use of `test:prepare`. [ci skip]Yves Senn2014-11-281-1/+2
* Simplify rake test vs rake test:allDavid Geukers2014-11-101-3/+20
* Add `test:jobs` taskyuuji.yaginuma2014-09-151-3/+3
* `:nodoc: all` does not remove the constants from the API. [ci skip]Yves Senn2014-06-241-2/+2
* Revert "Merge pull request #12778 from etehtsea/rake-default-fix"Yves Senn2014-05-281-1/+1
* Merge pull request #12778 from etehtsea/rake-default-fixRafael Mendonça França2014-03-281-1/+1
|\
| * Don't load test env by defaultKonstantin Shabanov2013-11-111-1/+1
* | rbconfig is not used in these filesArun Agrawal2013-12-261-1/+0
|/
* Update testing.rake with more accurate description of test task.Josef Šimánek2013-10-291-1/+1
* Added generated unit test for generator generator and new test:generators rak...Josef Šimánek2013-07-161-1/+5
* Removed unused deprecation requires.Paul Nikitochkin2013-07-031-1/+0
* Making the rake file for tests easier to read.wangjohn2013-06-252-15/+45
* Removing deprecation message and silencing method.wangjohn2013-06-261-18/+0
* Removing deprecated rake tasks.wangjohn2013-06-241-62/+0
* condition simplifiedOleg Sukhodolsky2013-05-281-1/+1
* Fixes bug 10628.Scott Hill2013-05-151-1/+1
* Refactoring the creation of TestTasks to remove code duplication.wangjohn2013-05-021-18/+4
* Moved the check for the rails test environment into rails/test_unit so that youwangjohn2013-04-231-0/+4
* remove unused variablesVipul A M2013-04-061-1/+0