Install for dev:
python setup.py develop
- Style Guide :
- Python: PEP8
- Docstrings: Google style
Deactivate dev mode:
python setup.py develop --uninstall
Running all tests:
python setup.py test
After that, you can run tests covergage this way:
# cmd only coverage py.test --cov ww tests # dump an HTML report in htmlcov dir py.test --cov-report html --cov ww tests