| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-09-11 | Removed duplicated autorun method | Hiroshi SHIBATA | |
| Notes: Merged: https://github.com/ruby/ruby/pull/4813 | |||
| 2021-09-11 | Resolved conflict initializers | Hiroshi SHIBATA | |
| Notes: Merged: https://github.com/ruby/ruby/pull/4813 | |||
| 2021-09-11 | Removed unused _run_suites | Hiroshi SHIBATA | |
| Notes: Merged: https://github.com/ruby/ruby/pull/4813 | |||
| 2021-09-11 | Removed deprecated process_args | Hiroshi SHIBATA | |
| Notes: Merged: https://github.com/ruby/ruby/pull/4813 | |||
| 2021-09-11 | Merge poke methods | Hiroshi SHIBATA | |
| Notes: Merged: https://github.com/ruby/ruby/pull/4813 | |||
| 2021-09-11 | Merge run methods | Hiroshi SHIBATA | |
| Notes: Merged: https://github.com/ruby/ruby/pull/4813 | |||
| 2021-09-11 | Removed VERSION constant | 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::Unit to under Test::Unit::Runner | Hiroshi SHIBATA | |
| Notes: Merged: https://github.com/ruby/ruby/pull/4813 | |||
| 2021-09-11 | Added default test-class for parallel tests | Hiroshi SHIBATA | |
| Notes: Merged: https://github.com/ruby/ruby/pull/4813 | |||
| 2021-09-11 | Use Test::Unit namespace | Hiroshi SHIBATA | |
| Notes: Merged: https://github.com/ruby/ruby/pull/4813 | |||
| 2021-09-11 | Use self class for diff | Hiroshi SHIBATA | |
| Notes: Merged: https://github.com/ruby/ruby/pull/4813 | |||
| 2021-09-11 | Fixed broken runner for `make test-all` | Hiroshi SHIBATA | |
| Notes: Merged: https://github.com/ruby/ruby/pull/4813 | |||
| 2021-09-11 | Use MiniTest | Hiroshi SHIBATA | |
| Notes: Merged: https://github.com/ruby/ruby/pull/4813 | |||
| 2021-09-11 | Move test_order under the Test::Unit::TestCase | Hiroshi SHIBATA | |
| Notes: Merged: https://github.com/ruby/ruby/pull/4813 | |||
| 2021-09-11 | Move constants under the TestCase | Hiroshi SHIBATA | |
| Notes: Merged: https://github.com/ruby/ruby/pull/4813 | |||
| 2021-09-11 | Migrate MiniTest::Unit::TestCase class under the Test::Unit | Hiroshi SHIBATA | |
| Notes: Merged: https://github.com/ruby/ruby/pull/4813 | |||
| 2021-09-11 | Removed needless compatibility for MiniTest 5 | Hiroshi SHIBATA | |
| Notes: Merged: https://github.com/ruby/ruby/pull/4813 | |||
| 2021-09-11 | Removed needless alias about Minitest | 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 | Use Test::Unit::PendedError instead of MiniTest::Skip for test-unit migration | Hiroshi SHIBATA | |
| 2021-09-06 | Simplify conditions for CoreAssertion initialization | Hiroshi SHIBATA | |
| 2021-09-04 | Expand upstream issue numbers to URLs in ChangeLog | Nobuyoshi Nakada | |
| 2021-09-03 | Add some punctuations as regexp separators to fix commit logs | Nobuyoshi Nakada | |
| 2021-08-29 | Handle non-succeeding reports mingled with dots | Nobuyoshi Nakada | |
| 2021-08-29 | Memory::Status#_update should return `self` | Nobuyoshi Nakada | |
| 2021-08-05 | Show WorkingSetSize as RSS on Windows | Nobuyoshi Nakada | |
| Notes: Merged: https://github.com/ruby/ruby/pull/4709 | |||
| 2021-08-05 | check GC.enable'd status | Koichi Sasada | |
| Check GC.enable'd status before and after test execution. Write this checker in gc_checker.rb, it was renamed from gc_compact_checker.rb. Notes: Merged: https://github.com/ruby/ruby/pull/4710 | |||
| 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-26 | Prepend DebugSystem to VCS class only | Nobuyoshi Nakada | |
| And revert 24e5f1c982966c379220b1bbb26b4e0320180fa1, pepending to Kernel did not affect the top level methods before 3.0. | |||
| 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. | |||
| 2021-07-06 | Try "so" attribute if "smso" is not found | Nobuyoshi Nakada | |
| 2021-06-27 | Show leaked file descriptors only, without cwd, txt, and so on | Nobuyoshi Nakada | |
| 2021-06-27 | Narrow the tracing of object allocations to during each test | Nobuyoshi Nakada | |
| 2021-06-24 | Tests for MiniTest define anonymous test cases | Nobuyoshi Nakada | |
| 2021-06-24 | test: imply random test order by --seed option | Nobuyoshi Nakada | |
| 2021-06-01 | Expose assert_all? for ruby/csv repo | Hiroshi SHIBATA | |
| 2021-05-28 | Use require_relative to use Minitest library for testing. | Hiroshi SHIBATA | |
| There is no reason to care for minitest gem. | |||
| 2021-05-19 | Removed minitest/mock | Hiroshi SHIBATA | |
| 2021-05-18 | Removed minitest/benchmark | Hiroshi SHIBATA | |
| 2021-05-18 | Removed minitest/autorun | Hiroshi SHIBATA | |
| 2021-05-14 | tool/lib/minitest/mock.rb: define Object#stub only when not defined | Yusuke Endoh | |
| Recently, lib/rubygems/test_case.rb also defines the method. | |||
| 2021-05-11 | Workaround for make test-tool | Hiroshi SHIBATA | |
| 2021-05-11 | Fix a typo of c6a11b865e1f9085c88fe169a1f47680383580c2 | Yusuke Endoh | |
| It failed to define `refute_path_not_exist` | |||
| 2021-05-11 | Alias assert/refute_path_exists for test-unit gem. | Hiroshi SHIBATA | |
| It's required at https://github.com/rubygems/rubygems/pull/3141 | |||
| 2021-03-13 | Revert "Extracted AtomicWrite" | Nobuyoshi Nakada | |
| This reverts commit 2148ee78a5bc5e679903f5839c66578bfcf94a39, mistakenly committed. | |||
| 2021-03-13 | Extracted AtomicWrite | Nobuyoshi Nakada | |
| 2021-03-08 | [ruby/stringio] Include all modules included into Test::Unit::TestCase | Nobuyoshi Nakada | |
| Some methods are separated into modules in test-unit now. https://github.com/ruby/stringio/commit/d289848994 | |||
