python-gcm
python-gcm copied to clipboard
Use nosetest and tox setup to locally run the unit test cases and generate coverage report
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.