This is an automated email from the ASF dual-hosted git repository.
henrik pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/otava.git
from 3209e2f Merge pull request #116 from apache/fix-type-annotation
add 7c78e1b Fixup 3 bugs in ConfigArgParse usage
new 2e34634 Merge pull request #115 from apache/config-arg-parse-fixup
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
otava/config.py | 18 +-
otava/main.py | 42 ++-
tests/cli_help_test.py | 875 +++++++++++++++++++++++++++++++++++++++++++++++++
tests/config_test.py | 17 +
4 files changed, 936 insertions(+), 16 deletions(-)
create mode 100644 tests/cli_help_test.py