Skip to content

Commit

Permalink
chore(documentation): Added info about command line options.
Browse files Browse the repository at this point in the history
  • Loading branch information
joakimkarlsson committed Aug 3, 2013
1 parent f6b8ac6 commit d32fde2
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,18 @@ The ```run()``` function will run all registered tests and report the result.
Bandit enables you to tweak the way tests results are reported by allowing you to specify command
line switches. Running ```[name of your executable] --help``` will list the available options.

```
$ my-exe --help
SAGE: <executable> [options]
Options:
--version, Print version of bandit
--help, Print usage and exit.
--reporter, Select reporter (dots, singleline, xunit)
--no-color, Suppress colors in output
--formatter, Select formatting of errors (default, vs)
```

#Writing Tests

Once you have a command line application with an entry point that delegates to bandit, it's time to
Expand Down

0 comments on commit d32fde2

Please sign in to comment.