| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
a tuple instead of dict; updated unit tests
|
| |
|
|
|
|
| |
functionality so far in args_to_kw()
|
|
|
|
| |
tests; updated affected code
|
| |
|
|
|
|
| |
Command.options instance attribute
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
updated unit tests and other affected code
|
|
|
|
| |
instance attribute
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
Option.convert() does
|
|
|
|
| |
isinstance(value, basestring); updated corresponding unit tests
|
| |
|
|
|
|
| |
tweeking to make CLI utilize Application
|
| |
|
|
|
|
| |
called on Option.default; updated corresponding unit tests
|
| |
|
|
|
|
| |
re-enabled unit tests for Command.validate()
|
|
|
|
| |
updated unit tests for Option.validate to test use of index attribute
|
|
|
|
| |
position=None; updated unit tests for Option.convert() to test the ConversionError.index attribute
|
| |
|
|
|
|
| |
ValidationError is raised so it works well with multivalues
|
| |
|
| |
|
|
|
|
| |
tests; disable some broken unit tests
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
Option2.normalize() method; added corresponding unit tests
|
| |
|
|
|
|
| |
require subclassing from Option
|
|
|
|
| |
Command.get_default_iter() now correctly calls Option.get_default() instead of Option.default()
|
|
|
|
| |
Option.default_from() if it's a DefaultFrom instance, and otherwise returns Option.default (the static default value)
|
|
|
|
| |
basestring; small work on DefaultFrom docstrings
|
| |
|
|
|
|
| |
tests
|
| |
|
| |
|
|
|
|
| |
ClassChecker
|
|
|
|
| |
using ClassChecker
|