summaryrefslogtreecommitdiff
path: root/tool/lib/test/unit/testcase.rb
AgeCommit message (Expand)Author
2024-02-21Add `Test::Unit::TestCase#method_name`Nobuyoshi Nakada
2023-10-26tool test/unit/testcase: rename vars @passed, @@currentlukeg
2021-10-18Remove `Test::Unit::TestCase.make_my_diffs_pretty!`Nobuyoshi Nakada
2021-10-15Prefer `require_relative`Nobuyoshi Nakada
2021-10-04Refactor ordering of testsNobuyoshi Nakada
2021-09-17Prohibit test method redefinitionNobuyoshi Nakada
2021-09-13Removed workaround for test_orderHiroshi SHIBATA
2021-09-11Removed unused alias for run_testHiroshi SHIBATA
2021-09-11Removed rubinius support from test suiteHiroshi SHIBATA
2021-09-11Removed maglev related code because it's not active status nowHiroshi SHIBATA
2021-09-11Update comments for minitestNobuyoshi Nakada
2021-09-11Fixed uninitialized constant Test::Unit::Assertions::MIN_MEASURABLE.Hiroshi SHIBATA
2021-09-11Replace Test::Assertion and Test::Skip to Test::Unit::AssertionFailedError an...Hiroshi SHIBATA
2021-09-11Fixed inconsistent require order for assertions and core_assertionsHiroshi SHIBATA
2021-09-11Integrate Minitest to TestHiroshi SHIBATA
2021-09-11Replace MiniTest::Unit to Test::Unit::RunnerHiroshi SHIBATA
2021-09-11Added default test-class for parallel testsHiroshi SHIBATA
2021-09-11Fixed broken runner for `make test-all`Hiroshi SHIBATA
2021-09-11Move test_order under the Test::Unit::TestCaseHiroshi SHIBATA
2021-09-11Move constants under the TestCaseHiroshi SHIBATA
2021-09-11Migrate MiniTest::Unit::TestCase class under the Test::UnitHiroshi SHIBATA
2021-09-11Move MiniTest::Assertions to Test::Unit::AssertionsHiroshi SHIBATA
2020-02-28respect --test-order=randomKoichi Sasada
2019-07-02Move to tool/lib from test/lib.Hiroshi SHIBATA