mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Let testunit use omit or pend instead of skip
This commit is contained in:
parent
2ae9da23c5
commit
56b45e8c8e
Notes:
git
2022-01-16 21:35:41 +09:00
4 changed files with 28 additions and 10 deletions
|
@ -5,7 +5,7 @@ require 'test/unit'
|
|||
|
||||
class TestForTestHideSkip < Test::Unit::TestCase
|
||||
def test_c
|
||||
skip "do nothing"
|
||||
omit "do nothing"
|
||||
end
|
||||
|
||||
def test_b
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue