1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00
ruby--ruby/tool/lib
Koichi Sasada 6b30638bdb MiniTest::Unit.options has default :seed
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 04:06:28 +09:00
..
-test-
minitest MiniTest::Unit.options has default :seed 2020-02-27 04:06:28 +09:00
test
colorize.rb
envutil.rb
find_executable.rb
gc_compact_checker.rb
iseq_loader_checker.rb
jisx0208.rb
leakchecker.rb
memory_status.rb
profile_test_all.rb
tracepointchecker.rb
vcs.rb
vpath.rb
zombie_hunter.rb