Skip to content

Enable local, docker-based testing - #14

Open
AdrianOlsgardTR wants to merge 2 commits into
thomsonreuters:developfrom
AdrianOlsgardTR:docker-tests
Open

Enable local, docker-based testing#14
AdrianOlsgardTR wants to merge 2 commits into
thomsonreuters:developfrom
AdrianOlsgardTR:docker-tests

Conversation

@AdrianOlsgardTR

Copy link
Copy Markdown

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
Copy Markdown
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