Skip to content

Conversation

@cristobal23
Copy link
Contributor

Hey folks,

I looked at TODO.md and saw tests! This pull request proposes using the py.test framework as the test runner. The tests added are by no means a comprehensive, but hopefully a good starting point.

To install the py.test library:

pip install pytest

To run the test suite from the root of the repo:

py.test tests

You may also want to start keeping code coverage statistics. There is a py.test library for code coverage called pytest-cov. You may also be interested in testing against various runtimes with tox. I suggest having Travis CI run these on every commit.

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