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

Enable local, docker-based testing #14

Open
wants to merge 2 commits into
base: develop
Choose a base branch
from
Open

Enable local, docker-based testing #14

wants to merge 2 commits into from

Conversation

AdrianOlsgardTR
Copy link

This implements local testing via docker in two ways. Both are invoked through the makefile and build and run a docker container.

  1. Interactive mode: make docker-interactive
    Use this to perform manual tests against changes you make to the codebase to determine if they have had the desired result. The logic of things like filter and action testing can be quickly be verified this way.

  2. Test mode: make docker-test
    Use this to run the tox test suite.

@AdrianOlsgardTR
Copy link
Author

Based on what I see there I think the Travis check failure has nothing to do with the changes proposed in this PR.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant