| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-10-09 | Refactor `Test::Unit::CoreAssertions#assert_nothing_raised` | Nobuyoshi Nakada | |
| * Separate exception classes to be rescued or reraised * Use the filtered backtrace in the failure message * Raise a new `AssertionFailedError` with the original backtrace | |||
| 2021-10-09 | Unify `Test::Unit::Assertions#message` | Nobuyoshi Nakada | |
| Merge `Test::Unit::CoreAssertions#message`. | |||
| 2021-10-09 | Let `Test::Unit::CoreAssertions::AllFailures#for` yield the key | Nobuyoshi Nakada | |
| Similar to `Test::Unit::CoreAssertions::AllFailures#foreach`. | |||
| 2021-09-13 | Add unique token to separated runner | Nobuyoshi Nakada | |
| Same as Test::Unit::CoreAssertions#assert_no_memory_leak. | |||
| 2021-09-11 | Update the test tool path | Nobuyoshi Nakada | |
| 2021-09-11 | Change include order for test assertions | Hiroshi SHIBATA | |
| 2021-09-11 | Added missing Assertions for assert_file_predicate | Hiroshi SHIBATA | |
| Notes: Merged: https://github.com/ruby/ruby/pull/4813 | |||
| 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 | Fixed inconsistent require order for assertions and core_assertions | Hiroshi SHIBATA | |
| Notes: Merged: https://github.com/ruby/ruby/pull/4813 | |||
| 2021-09-11 | Removed MiniTest hack for the default gems repo | Hiroshi SHIBATA | |
| Notes: Merged: https://github.com/ruby/ruby/pull/4813 | |||
| 2021-09-11 | Integrate Minitest to Test | Hiroshi SHIBATA | |
| Notes: Merged: https://github.com/ruby/ruby/pull/4813 | |||
| 2021-09-11 | Replace MiniTest::Unit to Test::Unit::Runner | Hiroshi SHIBATA | |
| Notes: Merged: https://github.com/ruby/ruby/pull/4813 | |||
| 2021-09-11 | Move MiniTest::Assertions to Test::Unit::Assertions | Hiroshi SHIBATA | |
| Notes: Merged: https://github.com/ruby/ruby/pull/4813 | |||
| 2021-09-06 | Simplify conditions for CoreAssertion initialization | Hiroshi SHIBATA | |
| 2021-08-05 | Use equivalent `__FILE__` | Nobuyoshi Nakada | |
| 2021-08-04 | Fix relative paths from core_assertions.rb | Nobuyoshi Nakada | |
| 2021-08-04 | Remove an extraneous escape | Nobuyoshi Nakada | |
| Since a3fb97465df3, this string is not inside the here-document. | |||
| 2021-07-11 | Move core_assertions.rb from test/unit | Nobuyoshi Nakada | |
| This file contains extended assertions for ruby core which do not belong to test/unit. | |||
