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

Accept: Refactor command structure #2710

Merged
merged 3 commits into from
May 27, 2019

Commits on May 27, 2019

  1. Accept: Refactor command structure

    As it turns out, plumbum expects every sub-command to be their
    own cli.Application. This PR refactors the acceptance framework
    and introduces 2 base classes. One for the test definition and
    doc string, and one for the sub-commands.
    oncilla committed May 27, 2019
    Configuration menu
    Copy the full SHA
    fb7fca4 View commit details
    Browse the repository at this point in the history
  2. remove unnecessary base class

    oncilla committed May 27, 2019
    Configuration menu
    Copy the full SHA
    a9eb038 View commit details
    Browse the repository at this point in the history
  3. feedback

    oncilla committed May 27, 2019
    Configuration menu
    Copy the full SHA
    16455bd View commit details
    Browse the repository at this point in the history