This is an automated email from the ASF dual-hosted git repository.

astefanutti pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/camel-k.git.


    from 22b65a7  Updated CHANGELOG.md
     new 81ffb1a  Kamel CLI help test was added
     new 58a1c00  Kamel CLI version test was added
     new c9f0dd3  Kamel CLI dump test was added
     new 0aa37b4  Kamel CLI describe test was added

The 4 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:
 e2e/common/cli/describe_test.go                    | 80 ++++++++++++++++++++++
 .../{languages/yaml_test.go => cli/dump_test.go}   | 36 ++++++----
 e2e/common/cli/help_test.go                        | 56 +++++++++++++++
 .../test_util.go => common/cli/version_test.go}    | 22 +++---
 4 files changed, 169 insertions(+), 25 deletions(-)
 create mode 100644 e2e/common/cli/describe_test.go
 copy e2e/common/{languages/yaml_test.go => cli/dump_test.go} (60%)
 create mode 100644 e2e/common/cli/help_test.go
 copy e2e/{support/test_util.go => common/cli/version_test.go} (72%)

Reply via email to