| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-01-24 | Add `Test::Unit::CoreAssertions#assert_raise_kind_of` | Nobuyoshi Nakada | |
| Similar to `Test::Unit::assert_raise`, but allows sub classes too. Notes: Merged: https://github.com/ruby/ruby/pull/12625 | |||
| 2025-01-24 | Add test for `Test::Unit::CoreAssertions#assert_raise_with_message` | Nobuyoshi Nakada | |
| Notes: Merged: https://github.com/ruby/ruby/pull/12625 | |||
| 2024-09-12 | Accept version range | Nobuyoshi Nakada | |
| Single `Integer` argument means an exact match to the major version. Notes: Merged: https://github.com/ruby/ruby/pull/11604 | |||
| 2024-05-08 | Show the caller location of assertion methods | Nobuyoshi Nakada | |
| Not only defined in `Test::Unit` or `CoreAssertions`, also show the caller location of assertion methods defined in the current class or ancestors. | |||
| 2022-08-19 | Allow strings in assert_pattern_list | Nobuyoshi Nakada | |
| Notes: Merged: https://github.com/ruby/ruby/pull/6252 | |||
| 2022-08-18 | Add tests for assert_pattern_list | Nobuyoshi Nakada | |
| 2021-09-11 | Replace Test::Assertion and Test::Skip to Test::Unit::AssertionFailedError ↵ | Hiroshi SHIBATA | |
| and Test::Unit::PendedError Notes: Merged: https://github.com/ruby/ruby/pull/4813 | |||
| 2021-09-11 | Use Test::Unit::Assertions migrated with MiniTest::Assertions | Hiroshi SHIBATA | |
| Notes: Merged: https://github.com/ruby/ruby/pull/4813 | |||
| 2019-07-02 | Split test files for test-framework that are test-unit and minitest to tool ↵ | Hiroshi SHIBATA | |
| direcotry. | |||
