File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -87,6 +87,18 @@ The ```run()``` function will run all registered tests and report the result.
87
87
Bandit enables you to tweak the way tests results are reported by allowing you to specify command
88
88
line switches. Running ``` [name of your executable] --help ``` will list the available options.
89
89
90
+ ```
91
+ $ my-exe --help
92
+ SAGE: <executable> [options]
93
+
94
+ Options:
95
+ --version, Print version of bandit
96
+ --help, Print usage and exit.
97
+ --reporter, Select reporter (dots, singleline, xunit)
98
+ --no-color, Suppress colors in output
99
+ --formatter, Select formatting of errors (default, vs)
100
+ ```
101
+
90
102
#Writing Tests
91
103
92
104
Once you have a command line application with an entry point that delegates to bandit, it's time to
You can’t perform that action at this time.
0 commit comments