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

Implement unit tests #7

Open
freespace opened this issue Oct 28, 2016 · 2 comments
Open

Implement unit tests #7

freespace opened this issue Oct 28, 2016 · 2 comments
Assignees

Comments

@freespace
Copy link
Owner

Tests would be useful to ensure nothing is breaking. My preference would be nose:

https://pypi.python.org/pypi/nose/1.3.7

@freespace freespace self-assigned this Oct 28, 2016
@grzanka
Copy link
Contributor

grzanka commented Oct 29, 2016

BTW - do you have some of travis/wercker/appveyor account ? If yes, it would be nice to run there the tests.

To maintain python3/2 compatibility I'd use tox - what do you think ?

@freespace
Copy link
Owner Author

Don't have an account on any CI system.

Using tox seems like a good idea, though unless we have py2/3 dependent code paths we should be fine testing in either 2 or 3?

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

No branches or pull requests

2 participants