aboutsummaryrefslogtreecommitdiffstats
path: root/tool/lib/minitest/unit.rb
Commit message (Expand)AuthorAgeFilesLines
* 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