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 testing framework #18

Merged
merged 2 commits into from
Aug 26, 2019
Merged

Add testing framework #18

merged 2 commits into from
Aug 26, 2019

Conversation

angus-g
Copy link
Owner

@angus-g angus-g commented Aug 26, 2019

This allows for unit and integration tests through pytest, for demonstration of correct behaviour as well as checking for regressions. The tests are run through travis, so they should occur both on regular pushes, and on all pull requests. At the moment, there are only a couple of very simple sanity checks, more as a test of the framework itself than the code. Further additions to the codebase should add tests where necessary, and not break existing tests.

This gives us some progress on #3, but I'm not willing to call it closed at this point.

First test is just a sanity check of our approach to filtering, but
doesn't actually test the package itself.
@angus-g angus-g merged commit ba94318 into master Aug 26, 2019
@angus-g angus-g deleted the testing branch August 26, 2019 23:33
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