Skip to content
New issue

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

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

Already on GitHub? # to your account

feat(tests): test SCENARIO.md #13

Merged
merged 1 commit into from
Jun 26, 2020
Merged

feat(tests): test SCENARIO.md #13

merged 1 commit into from
Jun 26, 2020

Commits on Jun 25, 2020

  1. feat(tests): test SCENARIO.md

    This patch adds a simple pytest suite in the new dir 'tests'.
    It uses the handy
    ["CliRunner"](https://click.palletsprojects.com/en/7.x/testing/) in
    the click.testing package to run each command as it would be run
    on the command line.
    The tests simply assert that each command succeeds.
    Added a tox.ini, so you can use 'tox' (pip install tox) to
    build and run in fresh virtual environment in one command (the
    command is ... wait for it ... tox).
    majensen committed Jun 25, 2020
    Configuration menu
    Copy the full SHA
    9f79c34 View commit details
    Browse the repository at this point in the history