Add tests around new OptionManager methods

This commit is contained in:
Ian Cordasco 2016-01-17 21:45:32 -06:00
parent d6dbf797bc
commit dcf696d678
2 changed files with 73 additions and 2 deletions

View file

@ -139,7 +139,7 @@ class OptionManager(object):
"""Manage Options and OptionParser while adding post-processing."""
def __init__(self, prog=None, version=None,
usage='%prog [options] input'):
usage='%prog [options] file file ...'):
"""Initialize an instance of an OptionManager.
:param str prog: