| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
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
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
check_TypeError() in test_Option.test_normalize()
|
|
|
|
| |
ValidationError is raised so it works well with multivalues
|
| |
|
| |
|
| |
|
|
|
|
| |
tests; disable some broken unit tests
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
type_, name) order so the first two match the built-in isinstance() call signature
|
|
|
|
| |
corresponding unit tests
|
|
|
|
| |
added corresponding unit tests
|
| |
|
| |
|
| |
|
|
|
|
| |
with corresponding unit tests
|
|
|
|
| |
Option2.normalize() method; added corresponding unit tests
|
| |
|
| |
|
|
|
|
| |
require subclassing from Option
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
Type.__init__()
|
| |
|
|
|
|
| |
subclass attribute; updated Int, Unicode, and their unit tests accordingly
|
|
|
|
| |
corresponding unit tests
|
|
|
|
| |
python2.6 to versions tested
|
| |
|
| |
|