mirror of
https://github.com/dgtlmoon/changedetection.io.git
synced 2026-08-23 06:37:10 +00:00
Co-authored-by: Nameless-Monster-Nerd <207905925+Nameless-Monster-Nerd@users.noreply.github.com>
474 B
474 B
Contributing is always welcome!
I am no professional flask developer, if you know a better way that something can be done, please let me know!
Otherwise, it's always best to PR into the master branch.
Install the development and test dependencies with pip install -r requirements-dev.txt.
Please be sure that all new functionality has a matching test!
Use pytest to validate/test, you can run the existing tests as pytest tests/test_notification.py for example