geeknam / python-gcm

Python client for Google Cloud Messaging for Android (GCM)
MIT License
458 stars 145 forks source link

Use nosetest and tox setup to locally run the unit test cases and generate coverage report #115

Open rakeshcusat opened 8 years ago

rakeshcusat commented 8 years ago

The current setup of the project doesn't run the coverage locally. These test cases are run on travis which runs on the remote machine. If we setup the nosetest and tox then we can run the unit test locally and generate the coverage report. We can also run lint locally to find any python lint issue.