aboutsummaryrefslogtreecommitdiffstats
path: root/railties/test/test_unit
Commit message (Collapse)AuthorAgeFilesLines
* do not show "Failed tests" message when a failed test is notyuuji.yaginuma2015-06-231-0/+1
|
* remove unused variable in reporter testyuuji.yaginuma2015-06-221-1/+0
|
* make it possible to customize the executable inside rereun snippets.Yves Senn2015-06-131-0/+14
| | | | | | | | | | | | | | | | | | | In the Rails repository we use a `bin/test` executable to run our tests. However the rerun snippets still included `bin/rails test`: BEFORE: ``` Failed tests: bin/rails test test/cases/adapters/postgresql/schema_test.rb:91 ``` AFTER: ``` Failed tests: bin/test test/cases/adapters/postgresql/schema_test.rb:91 ```
* Improve test runner's Minitest integration.Kasper Timm Hansen2015-06-041-111/+0
| | | | | | | | | | | This also adds free mix and matching of directories, files and lines filters. Like so: bin/rails test models/post_test.rb test/integration models/person_test.rb:26 You can also mix in a traditional Minitest filter: bin/rails test test/integration -n /check_it_out/
* Use absolute path on find_method location for the runnerArthur Neves2015-03-191-4/+5
|
* Fix reporter test and verbose modeArthur Neves2015-03-181-9/+7
|
* move `ENV["BACKTRACE"]` support into the TestRunner.Yves Senn2015-03-181-0/+10
|
* use `bin/rails t` runner in `test_runner_test.rb`.Yves Senn2015-03-181-4/+3
|
* Fix relative dir call on test runnerArthur Neves2015-03-181-10/+14
|
* Add tests for runner#test_files methodArthur Neves2015-03-181-0/+14
|
* Run multiple files on runnerArthur Neves2015-03-181-2/+16
|
* `-e` / `--environment` for the test runner.Yves Senn2015-03-181-0/+14
|
* get rid of NAMED_PATTERNS in favor of running a whole directoryYves Senn2015-03-181-0/+8
|
* add tests for our minitest reporter.Yves Senn2015-03-181-0/+76
|
* Better file:line parsing and filter method by file tooArthur Neves2015-03-181-0/+26
|
* spike of a `OptionParser` backed test runner.Yves Senn2015-03-181-0/+21