-
Notifications
You must be signed in to change notification settings - Fork 18
standards_and_conventions
ken farmer edited this page Feb 17, 2014
·
4 revisions
- -h - should provide standard minimum help info as provided by options handler
- --long-help - should provide module doc
- Programs should be able to handle stdin, a file argument or multiple files as arguments.
- Most code uses optparse, but gradually everything is moving over to argparse.
- Using pytest for unittesting
- Using tox to simplify unittesting across multiple environments and Python versions (2.6 & 2.7)