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.
8787Bandit enables you to tweak the way tests results are reported by allowing you to specify command
8888line switches. Running ``` [name of your executable] --help ``` will list the available options.
8989
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+
90102#Writing Tests
91103
92104Once 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