Skip to content
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

Update documentation to include instructions for running unit test cases. #114

Open
rakeshcusat opened this issue Aug 20, 2016 · 1 comment

Comments

@rakeshcusat
Copy link

As a contributor I don't know how to run test cases. So it is really hard to write new unit test cases and validate my changes.
If someone provides the instructions then I am happy to update the documentation.

@rakeshcusat
Copy link
Author

rakeshcusat commented Aug 20, 2016

is the following command right to run the unit test?

python gcm/test.py

OR
python -m unittest discover -s gcm -p test.py

The only problem with these commands is that I had to install the 'mock' manually before running the unit test.

I was thinking to do something similar to this

python setup.py nosetests -s

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant