index
:
rails.git
3-2-stable-for-hmno
master
Mirror of official rails repo with custom fixes.
Harald Eilertsen
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
railties
/
lib
/
rails
/
test_unit
Commit message (
Expand
)
Author
Age
Files
Lines
*
Output inline is set to true in the plugin.
Kasper Timm Hansen
2015-10-07
1
-1
/
+1
*
Hide Minitest's aggregated results if outputting inline.
Kasper Timm Hansen
2015-10-07
1
-0
/
+14
*
Add fail fast to test runner.
Kasper Timm Hansen
2015-09-29
2
-0
/
+13
*
Add inline failure reporting to test runner.
Kasper Timm Hansen
2015-09-28
2
-5
/
+32
*
check if @rake_patterns is defined
yuuji.yaginuma
2015-09-28
1
-1
/
+2
*
modify to pass the correct argument to the test runner from rake
yuuji.yaginuma
2015-09-08
2
-6
/
+15
*
raise LoadError when a non-existent file or directory is specified to the tes...
yuuji.yaginuma
2015-09-07
1
-1
/
+1
*
make `ENV` a required argument
yuuji.yaginuma
2015-08-29
1
-1
/
+1
*
Allow Minitest to load plugins. Fixes #21102
Oleg Sukhodolsky
2015-08-03
1
-0
/
+1
*
Avoid crashing when minitest-rails is loaded.
Victor Costan
2015-07-01
1
-3
/
+3
*
do not show "Failed tests" message when a failed test is not
yuuji.yaginuma
2015-06-23
1
-3
/
+9
*
make it possible to customize the executable inside rereun snippets.
Yves Senn
2015-06-13
1
-1
/
+5
*
Improve test runner's Minitest integration.
Kasper Timm Hansen
2015-06-04
5
-152
/
+85
*
Remove unused private classes
Rafael Mendonça França
2015-05-03
1
-126
/
+0
*
Merge pull request #19441 from y-yagi/use_exist
Arthur Nogueira Neves
2015-03-21
1
-1
/
+1
|
\
|
*
use `Dir.exist?` instead of deprecated `Dir.exists?`
yuuji.yaginuma
2015-03-21
1
-1
/
+1
*
|
Merge pull request #19445 from prathamesh-sonpatki/rm-ostruct
Arthur Nogueira Neves
2015-03-21
1
-1
/
+0
|
\
\
|
*
|
Removed requiring ostruct because its unused
Prathamesh Sonpatki
2015-03-21
1
-1
/
+0
|
|
/
*
/
Fix typos in test runner's help output
Prathamesh Sonpatki
2015-03-21
1
-2
/
+2
|
/
*
Use absolute path on find_method location for the runner
Arthur Neves
2015-03-19
1
-1
/
+1
*
Fix test rake when passing multiple arguments
Arthur Neves
2015-03-19
1
-2
/
+2
*
Use Rails::TestRunner on rake test
Arthur Neves
2015-03-18
1
-16
/
+17
*
Fix reporter test and verbose mode
Arthur Neves
2015-03-18
1
-1
/
+1
*
move `ENV["BACKTRACE"]` support into the TestRunner.
Yves Senn
2015-03-18
2
-3
/
+2
*
`-p`, `--pattern` to run tests using a pattern.
Yves Senn
2015-03-18
1
-0
/
+4
*
use `bin/rails t` runner in `test_runner_test.rb`.
Yves Senn
2015-03-18
1
-2
/
+2
*
Fix relative dir call on test runner
Arthur Neves
2015-03-18
1
-5
/
+10
*
Add tests for runner#test_files method
Arthur Neves
2015-03-18
1
-7
/
+7
*
Run multiple files on runner
Arthur Neves
2015-03-18
1
-4
/
+5
*
`-e` / `--environment` for the test runner.
Yves Senn
2015-03-18
1
-1
/
+7
*
move argument parsing into the `Runner`.
Yves Senn
2015-03-18
1
-0
/
+5
*
get rid of NAMED_PATTERNS in favor of running a whole directory
Yves Senn
2015-03-18
1
-7
/
+4
*
document running a test by line number.
Yves Senn
2015-03-18
1
-0
/
+7
*
pluralize rerun snippet heading.
Yves Senn
2015-03-18
1
-1
/
+1
*
Show the right file when test raises
Arthur Neves
2015-03-18
1
-4
/
+3
*
Move minitest plugin
Arthur Neves
2015-03-18
2
-15
/
+19
*
Move some logic to runner
Arthur Neves
2015-03-18
1
-0
/
+10
*
Dont display Failed test if suite passed
Arthur Neves
2015-03-18
1
-0
/
+1
*
Better file:line parsing and filter method by file too
Arthur Neves
2015-03-18
1
-11
/
+19
*
If a nem given, use that name to filter the test
Arthur Neves
2015-03-18
1
-5
/
+1
*
Add test run by line, and report error by line
Arthur Neves
2015-03-18
2
-0
/
+49
*
spike of a `OptionParser` backed test runner.
Yves Senn
2015-03-18
1
-0
/
+83
*
Remove deprecated `test:all` and `test:all:db` tasks
Rafael Mendonça França
2015-01-04
1
-23
/
+0
*
docs, AR no longer makes use of `test:prepare`. [ci skip]
Yves Senn
2014-11-28
1
-1
/
+2
*
Simplify rake test vs rake test:all
David Geukers
2014-11-10
1
-3
/
+20
*
Add `test:jobs` task
yuuji.yaginuma
2014-09-15
1
-3
/
+3
*
`:nodoc: all` does not remove the constants from the API. [ci skip]
Yves Senn
2014-06-24
1
-2
/
+2
*
Revert "Merge pull request #12778 from etehtsea/rake-default-fix"
Yves Senn
2014-05-28
1
-1
/
+1
*
Merge pull request #12778 from etehtsea/rake-default-fix
Rafael Mendonça França
2014-03-28
1
-1
/
+1
|
\
|
*
Don't load test env by default
Konstantin Shabanov
2013-11-11
1
-1
/
+1
[next]