-
Notifications
You must be signed in to change notification settings - Fork 95
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
Switch Nosetests to Pytest (+ pytest-cov) #167
Milestone
Comments
dennissiemensma
added a commit
that referenced
this issue
Nov 28, 2016
dennissiemensma
added a commit
that referenced
this issue
Nov 28, 2016
dennissiemensma
added a commit
that referenced
this issue
Nov 28, 2016
dennissiemensma
added a commit
that referenced
this issue
Nov 28, 2016
dennissiemensma
added a commit
that referenced
this issue
Nov 28, 2016
dennissiemensma
added a commit
that referenced
this issue
Nov 28, 2016
dennissiemensma
added a commit
that referenced
this issue
Nov 28, 2016
dennissiemensma
added a commit
that referenced
this issue
Nov 28, 2016
dennissiemensma
added a commit
that referenced
this issue
Nov 28, 2016
dennissiemensma
added a commit
that referenced
this issue
Nov 28, 2016
dennissiemensma
added a commit
that referenced
this issue
Nov 28, 2016
dennissiemensma
added a commit
that referenced
this issue
Nov 28, 2016
dennissiemensma
added a commit
that referenced
this issue
Nov 28, 2016
dennissiemensma
added a commit
that referenced
this issue
Nov 28, 2016
dennissiemensma
added a commit
that referenced
this issue
Nov 28, 2016
dennissiemensma
added a commit
that referenced
this issue
Nov 28, 2016
dennissiemensma
added a commit
that referenced
this issue
Nov 28, 2016
dennissiemensma
added a commit
that referenced
this issue
Nov 28, 2016
dennissiemensma
added a commit
that referenced
this issue
Nov 28, 2016
dennissiemensma
added a commit
that referenced
this issue
Nov 28, 2016
dennissiemensma
added a commit
that referenced
this issue
Nov 28, 2016
dennissiemensma
added a commit
that referenced
this issue
Nov 28, 2016
After many failed builds I found that Travis was nagging about an old version it had of the I also removed my hack in |
Merged to |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I've just helped adding code coverage tests for another project: https://github.com/GerbenAaltink/slack-quote/pull/10
I found the
pytest
library very helpful, combined withpytest-django
andpytest-cov
. It also prevented me from ruining themanage.py
with testing code, due to a bug in Nosetests.The text was updated successfully, but these errors were encountered: