-
-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test: enable two skip tests on bashunit_fail_test_sh
- Loading branch information
1 parent
64c478b
commit 7a7cc5a
Showing
3 changed files
with
30 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
15 changes: 15 additions & 0 deletions
15
...snapshots/bashunit_fail_test_sh.test_bashunit_when_a_test_fail_simple_output_env.snapshot
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
..[31mF[0m.. | ||
|
||
[1mThere was 1 failure:[0m | ||
|
||
|1) ./tests/acceptance/fixtures/test_bashunit_when_a_test_fail.sh | ||
|[31m✗ Failed[0m: Assert failing | ||
| [2mExpected[0m [1m'1'[0m | ||
| [2mbut got [0m [1m'0'[0m | ||
|
||
|
||
|
||
[2mTests: [0m [32m4 passed[0m, [31m1 failed[0m, 5 total | ||
[2mAssertions:[0m [32m6 passed[0m, [31m1 failed[0m, 7 total | ||
|
||
[41m[30m[1m Some tests failed [0m |
15 changes: 15 additions & 0 deletions
15
...pshots/bashunit_fail_test_sh.test_bashunit_when_a_test_fail_simple_output_option.snapshot
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
..[31mF[0m.. | ||
|
||
[1mThere was 1 failure:[0m | ||
|
||
|1) ./tests/acceptance/fixtures/test_bashunit_when_a_test_fail.sh | ||
|[31m✗ Failed[0m: Assert failing | ||
| [2mExpected[0m [1m'1'[0m | ||
| [2mbut got [0m [1m'0'[0m | ||
|
||
|
||
|
||
[2mTests: [0m [32m4 passed[0m, [31m1 failed[0m, 5 total | ||
[2mAssertions:[0m [32m6 passed[0m, [31m1 failed[0m, 7 total | ||
|
||
[41m[30m[1m Some tests failed [0m |