aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/rails/test_unit/runner.rb
Commit message (Expand)AuthorAgeFilesLines
* 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