mirror of
https://github.com/sstephenson/bats.git
synced 2026-02-25 09:18:10 +01:00
Test failing and passing in the same file
This commit is contained in:
7
test/fixtures/failing_and_passing.bats
vendored
Normal file
7
test/fixtures/failing_and_passing.bats
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
@test "a failing test" {
|
||||
false
|
||||
}
|
||||
|
||||
@test "a passing test" {
|
||||
true
|
||||
}
|
||||
Reference in New Issue
Block a user