We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f6b8ac6 commit d32fde2Copy full SHA for d32fde2
1 file changed
README.md
@@ -87,6 +87,18 @@ The ```run()``` function will run all registered tests and report the result.
87
Bandit enables you to tweak the way tests results are reported by allowing you to specify command
88
line switches. Running ```[name of your executable] --help``` will list the available options.
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
102
#Writing Tests
103
104
Once you have a command line application with an entry point that delegates to bandit, it's time to
0 commit comments