1
0
mirror of https://github.com/sstephenson/bats.git synced 2026-02-25 09:18:10 +01:00

Print test file path and line number after a failing test

This commit is contained in:
Sam Stephenson
2013-05-23 12:47:17 -05:00
parent 1be500e4ff
commit bc72b85871
3 changed files with 35 additions and 9 deletions

View File

@@ -1,3 +1,5 @@
@test "a failing test" {
true
true
false
}