ruby/tool/lib/test/unit
Nobuyoshi Nakada e884d65094
Ignore blocks to Test::Unit::Assertions#pend silently
Although `pend` in test-unit gem expects the block does not pass if it
is given, our `pend` should ignore the block silently as same as it
just skips the test with no message by default.  Add an unused
parameter, to suppress the warning for the block to be ignored.
2024-09-04 14:49:25 +09:00
..
assertions.rb Ignore blocks to Test::Unit::Assertions#pend silently 2024-09-04 14:49:25 +09:00
parallel.rb Fix a typo 2024-08-07 02:34:46 +09:00
testcase.rb Add Test::Unit::TestCase#method_name 2024-02-21 15:45:53 +09:00