aboutsummaryrefslogtreecommitdiffstats
path: root/tool/lib/minitest/unit.rb
Commit message (Expand)AuthorAgeFilesLines
* Integrate Minitest to TestHiroshi SHIBATA2021-09-111-72/+0
* Move MiniTest::Unit to under Test::Unit::RunnerHiroshi SHIBATA2021-09-111-397/+0
* Fixed broken runner for `make test-all`Hiroshi SHIBATA2021-09-111-1/+1
* Migrate MiniTest::Unit::TestCase class under the Test::UnitHiroshi SHIBATA2021-09-111-321/+0
* Removed needless compatibility for MiniTest 5Hiroshi SHIBATA2021-09-111-2/+0
* Removed needless alias about MinitestHiroshi SHIBATA2021-09-111-2/+0
* Move MiniTest::Assertions to Test::Unit::AssertionsHiroshi SHIBATA2021-09-111-685/+0
* Narrow the tracing of object allocations to during each testNobuyoshi Nakada2021-06-271-25/+25
* Tests for MiniTest define anonymous test casesNobuyoshi Nakada2021-06-241-1/+1
* Workaround for make test-toolHiroshi SHIBATA2021-05-111-0/+2
* Fix a typo of c6a11b865e1f9085c88fe169a1f47680383580c2Yusuke Endoh2021-05-111-1/+1
* Alias assert/refute_path_exists for test-unit gem.Hiroshi SHIBATA2021-05-111-0/+2
* Rename RubyVM::MJIT to RubyVM::JITTakashi Kokubun2021-01-131-1/+1
* tune parallel testKoichi Sasada2020-12-011-0/+1
* Revert the related commits about `Tempfile.open` change.Hiroshi SHIBATA2020-09-091-0/+8
* Simplify Tempfile.open calls with a block as they now unlink the file automat...Benoit Daloze2020-08-291-8/+0
* Prefer String#each_byte when using a blockNobuyoshi Nakada2020-06-151-1/+1
* tool/lib/minitest/unit.rb: Reproducible shuffle of test suitesYusuke Endoh2020-06-151-1/+12
* Added --test-order=nosort optionNobuyoshi Nakada2020-05-171-2/+7
* Workaround for Minitest5Hiroshi SHIBATA2020-05-081-0/+2
* Initialize the class variable for Minitest::Unit.current_repeat_countNobuyoshi Nakada2020-04-231-0/+1
* Migrate {assert,refute}_patch_exits for compatibility with Minitest5Hiroshi SHIBATA2020-03-301-0/+10
* respect --test-order=randomKoichi Sasada2020-02-281-2/+7
* MiniTest::Unit.options has default :seedKoichi Sasada2020-02-271-1/+1
* `srand($seed)` at the beginning of each testKoichi Sasada2020-02-271-0/+2
* Revert "`srand($seed)` at the beginning of each test"Koichi Sasada2020-02-271-3/+0
* `srand($seed)` at the beginning of each testKoichi Sasada2020-02-271-0/+3
* Minitest::Unit.current_repeat_countKoichi Sasada2020-01-281-4/+8
* tool/lib/leakchecker.rb: show the code location that allocated leaked fdYusuke Endoh2019-11-121-16/+24
* tool/lib/minitest/unit.rb: add "omit" as an alias to "skip"Yusuke Endoh2019-10-291-0/+2
* Aliases capture_output to capture_io for test-unit compatiblity.Hiroshi SHIBATA2019-08-081-0/+1
* backtrace can be nil.Koichi Sasada2019-07-311-0/+3
* Revert "add debug code"Koichi Sasada2019-07-311-9/+0
* add debug codeKoichi Sasada2019-07-311-0/+9
* Move to tool/lib from test/lib.Hiroshi SHIBATA2019-07-021-0/+1420