| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-05-08 | Workaround for Minitest5 | Hiroshi SHIBATA | |
| Notes: Merged: https://github.com/ruby/ruby/pull/3087 | |||
| 2020-02-27 | MiniTest::Unit.options has default :seed | Koichi Sasada | |
| MiniTest::Unit (superclass of Test::Unit::Runner) does not has default seed parameter, but assigned after initializing. However some tests use MiniTest::Unit without setup of seed option and it cases unexpected test failures. To solve this issue, add default seed parameter 42. | |||
| 2020-02-27 | `srand($seed)` at the beginning of each test | Koichi Sasada | |
| To avoid `srand(0)` effect in the other tests, call `srand($seed)` at the beginning of each test (setup). [Feature #16655] | |||
| 2019-07-02 | Adjust minitest file path | Nobuyoshi Nakada | |
| 2019-07-02 | Adjust minitest file path | Nobuyoshi Nakada | |
| 2019-07-02 | Split test files for test-framework that are test-unit and minitest to tool ↵ | Hiroshi SHIBATA | |
| direcotry. | |||
