Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add tests for the CLI #21

Merged
merged 3 commits into from Aug 17, 2018
Merged

Commits on Aug 17, 2018

  1. Fix up CLI configuration error handling

    If a configuration file is explicitly specified, report an error if the
    file doesn't exist. Additionally, handle a configuration exception
    during configuration loading.
    
    Signed-off-by: Jeremy Cline <jcline@redhat.com>
    jeremycline committed Aug 17, 2018
    Configuration menu
    Copy the full SHA
    9b13e2e View commit details
    Browse the repository at this point in the history
  2. Print more helpful errors on config parsing failure

    Signed-off-by: Jeremy Cline <jcline@redhat.com>
    jeremycline committed Aug 17, 2018
    Configuration menu
    Copy the full SHA
    aa47939 View commit details
    Browse the repository at this point in the history
  3. Add tests for the CLI

    Signed-off-by: Jeremy Cline <jcline@redhat.com>
    jeremycline committed Aug 17, 2018
    Configuration menu
    Copy the full SHA
    3bbb12c View commit details
    Browse the repository at this point in the history