| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
|
|
|
| |
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
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
NameSpace iter behaiviour
|
| |
|
|
|
|
| |
added NameSpace.__call__() method which iterates through the members; NameSpace no longer requires members to be Proxy instances; updated unit tests and affected code; cleaned up NameSpace docstrings and switch to epydoc param docstrings
|
| |
|
|
|
|
| |
RequirementError if a required option is missing
|
|
|
|
| |
instead of cmd.get_doc()
|
| |
|
|
|
|
| |
prints sorted by the keys in ascending order
|
| |
|
| |
|
|
|
|
| |
give feedback on the calling
|
| |
|
|
|
|
| |
mthd.get_options()
|
| |
|
| |
|
| |
|
|
|
|
| |
for which defaults were generated; updated unit tests
|
| |
|
|
|
|
| |
cmd.options and cmd.normalize()
|
|
|
|
| |
unit tests
|
|
|
|
| |
tests for option
|
| |
|
| |
|
| |
|
| |
|