https://github.com/siznax/wptools/wiki
https://github.com/siznax/wptools/issues
- See if the issue already exists
- Comment, or open new issue if necessary
- Create a
virtualenv - Fork the repo into it
- Install requirements
- Basic and advanced tests should pass
flake8andpylintyour contribution- Make sure advanced tests still pass
- Submit a pull request
[env]$ pip install -r requirements.txt
Travis uses nosetests (see .travis.yml)
[env]$ nosetests tests/test_basic.py[env]$ python tests/test_advanced.py allSee also python-requests Contribution Guidelines
@siznax