python-gcm icon indicating copy to clipboard operation
python-gcm copied to clipboard

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

Open rakeshcusat opened this issue 9 years ago • 0 comments

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.

rakeshcusat avatar Aug 20 '16 06:08 rakeshcusat