-
-
Notifications
You must be signed in to change notification settings - Fork 30
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #241 from TypedDevs/strictmode
Foundation for strictmode
- Loading branch information
Showing
10 changed files
with
86 additions
and
81 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
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
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
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
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
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
File renamed without changes.
39 changes: 39 additions & 0 deletions
39
tests/acceptance/snapshots/bashunit_test_sh.test_bashunit_should_display_help.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,39 @@ | ||
bashunit [arguments] [options] | ||
|
||
Arguments: | ||
Specifies the directory or file containing the tests to run. | ||
If a directory is specified, it will execute the tests within files ending with test.sh. | ||
If you use wildcards, bashunit will run any tests it finds. | ||
|
||
Options: | ||
-a|--assert <function ...args> | ||
Run a core assert function standalone without a test context. | ||
|
||
-e|--env <file-path> | ||
Load a custom env file overriding the .env environment variables. | ||
|
||
-f|--filter <filter> | ||
Filters the tests to run based on the test name. | ||
|
||
-l|--log-junit <out.xml> | ||
Create a report JUnit XML file that contains information about the test results. | ||
|
||
-r|--report-html <out.html> | ||
Create a report HTML file that contains information about the test results. | ||
|
||
-s|simple || -v|verbose | ||
Enables simplified or verbose output to the console. | ||
|
||
-S|--stop-on-failure | ||
Force to stop the runner right after encountering one failing test. | ||
|
||
--version | ||
Displays the current version of bashunit. | ||
|
||
--upgrade | ||
Upgrade to latest version of bashunit. | ||
|
||
--help | ||
This message. | ||
|
||
See more: https://bashunit.typeddevs.com/command-line |
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
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