Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 <[email protected]> | |||
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 | |