Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 643 Bytes

File metadata and controls

12 lines (9 loc) · 643 Bytes

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.

  1. Run tests with python setup.py test.
  2. 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.