update path for validation in the CONTRIBUTING.md (#1046)

pull/1037/head
Entepotenz 2 years ago committed by GitHub
parent 5a43a350de
commit 9c5588c791
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -6,7 +6,7 @@ Otherwise, it's always best to PR into the `dev` branch.
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_notifications.py` for example
Use `pytest` to validate/test, you can run the existing tests as `pytest tests/test_notification.py` for example
```
pip3 install -r requirements-dev

Loading…
Cancel
Save