Contributions are welcome, please open a pull request at https://github.com/eriknyquist/wikichangewatcher/pulls.
You will need to install packages required for development by doing pip install -r dev_requirements.txt.
Please ensure that all existing tests pass, new test(s) are added if required, and the code coverage check passes.
- Run tests with
python setup.py test. - Run tests and and generate code coverage report with
python code_coverage.py(this script will report an error if coverage is below 90%)
If you have any questions about / need help with contributions or tests, please contact Erik at eknyquist@gmail.com.