| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2019-10-16 | Revert "alias assert_raise_message for compatibility with test-unit" | Nobuyoshi Nakada | |
| This reverts commit 43015275b9a7f2833c93ad11ea96ae4cb3b7acd7. `assert_raise_message` in test-unit is different from `assert_raise_with_message`. It checks the exception message only, but not the exception class, | |||
| 2019-10-16 | alias assert_raise_message for compatibility with test-unit | Nobuyoshi Nakada | |
| 2019-10-03 | [ruby/fileutils] improve the compatibility of minitest | Hiroshi SHIBATA | |
| https://github.com/ruby/fileutils/commit/f16f5a0dd6 | |||
| 2019-10-02 | Enable checkers on parallel test. | Koichi Sasada | |
| parallel test (`make test-all TESTS=-j8`) runs tests on specified number of processes. However, some test checkers written in `runner.rb` are not loaded. This fix enable these checkers on parallel tests. See also: https://github.com/ruby/ruby/pull/2508 | |||
| 2019-10-01 | expose assert_raise and assert_join_threads | Hiroshi SHIBATA | |
| Notes: Merged: https://github.com/ruby/ruby/pull/2516 | |||
| 2019-09-27 | assert_in_out_err should use FailDesc too | Nobuyoshi Nakada | |
| 2019-08-14 | Move some assertions to CoreAssertions. (#2354) | SHIBATA Hiroshi | |
| They are used by default gems like forwardable. * assert_raise_with_message * assert_warning * assert_warn Notes: Merged-By: hsbt <hsbt@ruby-lang.org> | |||
| 2019-08-05 | Moved FailDesc to EnvUtil.failure_description | Nobuyoshi Nakada | |
| So EnvUtil does not depends on test/unit. | |||
| 2019-08-03 | Move assert_ruby_status and assert_throw to CoreAssertions for default gems. | Hiroshi SHIBATA | |
| 2019-08-02 | It can be share to use CoreAssertions for default gems. | Hiroshi SHIBATA | |
| ref. https://github.com/ruby/logger/pull/35 | |||
| 2019-07-24 | @@project_dir in Gem::TestCase is no longer used | Nobuyoshi Nakada | |
| 2019-07-15 | Separate the assertions of ruby core tests from test/unit/assertions. | Hiroshi SHIBATA | |
| 2019-07-02 | Move to tool/lib from test/lib. | Hiroshi SHIBATA | |
