-
Notifications
You must be signed in to change notification settings - Fork 41
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
Enable the python setup.py test
command.
#62
base: master
Are you sure you want to change the base?
Conversation
Hi, Thanks for you pull-requests. I'll try to review them tomorrow or Friday. |
No problem. |
Thanks for all your PRs. Unfortunately this one will not work as it is, because
|
@Martiusweb Hmm, it seems to work for me (Python 3.6.3) with only one test failing:
|
@Martiusweb Updated the PR to allow running tests via Integrated coveralls, but you have to activate it for the repo. Here is an example for my fork: https://coveralls.io/builds/18737375 |
3ff9f21
to
f29ae2e
Compare
Tests can be run via: - python setup.py test - python -m unittest test - pytest - pytest test
37a00b4
to
968494c
Compare
@Martiusweb For coveralls to work on Appveyor, the |
@Martiusweb Anything missing? |
c2e9ce1
to
967481c
Compare
No description provided.