mirror of
https://github.com/sstephenson/bats.git
synced 2026-02-25 09:18:10 +01:00
Support for TAP compliant skip directive inside test blocks.
This commit is contained in:
7
test/fixtures/bats/skipped.bats
vendored
Normal file
7
test/fixtures/bats/skipped.bats
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
@test "a skipped test" {
|
||||
skip
|
||||
}
|
||||
|
||||
@test "a skipped test with a reason" {
|
||||
skip "a reason"
|
||||
}
|
||||
Reference in New Issue
Block a user