aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/testing
Commit message (Expand)AuthorAgeFilesLines
* Revert "You give jruby_skip & rubinius_skip a good name"Rafael Mendonça França2019-08-021-18/+0
* You give jruby_skip & rubinius_skip a good nameAkira Matsuda2019-08-021-0/+18
* Merge pull request #36443 from jhawthorn/as_parallelization_process_nameJohn Hawthorn2019-07-061-0/+11
|\
| * Set process name of parallelized test workersJohn Hawthorn2019-06-071-0/+11
* | Enable `Layout/EmptyLinesAroundAccessModifier` copRyuta Kamizono2019-06-132-3/+0
|/
* Fail parallel tests if workers exit earlyJohn Hawthorn2019-05-301-0/+8
* If exception occurs during setup, add to each test executedAric Walker2019-04-181-1/+10
* running test with_info_handler methodMauri Mustonen2019-04-161-1/+3
* Enable `Style/RedundantBegin` cop to avoid newly adding redundant begin blockRyuta Kamizono2018-12-211-22/+20
* Module#{define_method,alias_method,undef_method,remove_method} become public ...Ryuta Kamizono2018-12-211-4/+4
* Require Ruby 2.5 for Rails 6.Kasper Timm Hansen2018-12-191-8/+6
* Pass the test reporter by referenceyuuji.yaginuma2018-11-281-0/+1
* Merge pull request #34410 from gmcgibbon/test_support_windowsEileen M. Uchitelle2018-11-191-1/+1
|\
| * Windows support for parallelization and instrumenterGannon McGibbon2018-11-081-1/+1
* | Correctly handle unknown object in parallel testsyuuji.yaginuma2018-11-171-0/+2
|/
* Merge pull request #34131 from lsylvester/defend-against-unmarshable-exceptionsEileen M. Uchitelle2018-11-051-1/+8
|\
| * resque errors caused by Marshal dump failures and wrap exceptions in marshall...Lachlan Sylvester2018-10-091-1/+8
* | Missing require "core_ext/module/attribute_accessors"Akira Matsuda2018-10-301-0/+1
* | Missing require "active_support/concern"Akira Matsuda2018-10-301-0/+2
* | `assert_called_with` should require `args` argumentbogdanvlviv2018-10-251-1/+1
|/
* Oxford comma [ci skip]Xavier Noria2018-09-101-1/+1
* Add #unfreeze_time to ActiveSupport::Testing::TimeHelpersryanwhocodes2018-09-101-1/+2
* Ensure we always cleanup the databasesEileen Uchitelle2018-09-051-11/+13
* Add method_call_assertions and use them instead of Mochautilum2018-08-131-0/+29
* Remove unused `require "active_support/core_ext/regexp"`Ryuta Kamizono2018-07-291-1/+0
* Turn on performance based copsDillon Welch2018-07-231-10/+6
* added tests for assert_no_difference with multiple expressionslxxxvi2018-07-081-0/+12
* Clearer error message in assert_changeslxxxvi2018-05-051-1/+3
* `SetupAndTeardown` has few caveats that breaks libraries:Edouard CHIN2018-04-271-9/+5
* Fix Style/RedundantReturn offensesBart de Water2018-04-211-1/+1
* `SetupAndTeardown#teardown` should call any subsequent after_teardown:Edouard CHIN2018-04-061-1/+8
* Ruby 2.4: take advantage of String#unpack1Jeremy Daer2018-03-011-2/+2
* Remove usage of strip_heredoc in the framework in favor of <<~Rafael Mendonça França2018-02-161-2/+1
* Add test parallelization to Railseileencodes2018-02-151-0/+102
* Support hash as first argument in `assert_difference`. (#31600)Julien Meichelbeck2018-01-181-7/+21
* Merge pull request #31624 from y-yagi/fix_minitest_511Aaron Patterson2018-01-101-2/+4
|\
| * Use `Minitest::Result` for retain test resultyuuji.yaginuma2018-01-031-2/+4
* | Merge pull request #31011 from danielma/dma/assert-changes-with-to-should-sti...Ryuta Kamizono2018-01-041-5/+6
|\ \ | |/ |/|
| * `assert_changes` should always assert some changeDaniel Ma2017-11-131-5/+6
* | Prevent race condition when resetting time stubsEugene Kenny2017-12-121-1/+2
|/
* Use plain assert in assert_changes to avoid MT6 refutesGenadi Samokovarov2017-11-071-7/+2
* Resolve Minitest 6 deprecation in assert_no_changesDan Ott2017-11-061-1/+6
* removed unnecessary returnsShuhei Kitagawa2017-10-281-1/+1
* [Active Support] require_relative => requireAkira Matsuda2017-10-214-8/+8
* fix typo in assert_changes error messageBoris Slobodin2017-07-311-1/+1
* Merge pull request #29860 from georgeclaghorn/travel-back-automaticallyRafael França2017-07-241-1/+8
|\
| * Remove time stubs after each testGeorge Claghorn2017-07-221-1/+8
* | Fix doc format for `ActiveSupport::Testing::TimeHelpers` [ci skip]yuuji.yaginuma2017-07-151-2/+2
|/
* [Active Support] `rubocop -a --only Layout/EmptyLineAfterMagicComment`Koichi ITO2017-07-1112-0/+12
* :scissors:Ryuta Kamizono2017-07-111-1/+0