This website requires JavaScript.
Explore
Help
Sign In
valicek
/
bats
Watch
1
Star
0
Fork
0
You've already forked bats
mirror of
https://github.com/sstephenson/bats.git
synced
2024-11-17 11:42:33 +01:00
Code
Issues
Releases
Wiki
Activity
6e65ef449b
bats
/
test
/
fixtures
/
failing_and_passing.bats
8 lines
70 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Test for failing tests
2011-12-29 02:14:10 +01:00
@test "a failing test" {
false
}
Test failing and passing in the same file
2011-12-29 03:06:05 +01:00
@test "a passing test" {
true
}
Reference in New Issue
Copy Permalink