Move createdb step

The command `createdb test_notification_api` is a prereq to running `make test`. Clarify that it is not just a troubleshooting step.
This commit is contained in:
John Skiles Skinner
2024-04-02 08:53:49 -07:00
committed by GitHub
parent 9ecbfd24ff
commit 3db2606d6a

View File

@@ -254,6 +254,9 @@ We do not maintain any hooks in this repository.
# install dependencies, etc.
make bootstrap
# Create test database
createdb test_notification_api
make test
```
@@ -262,8 +265,6 @@ This will run:
- isort for import styling
- pytest for the test suite
If you see an error about a missing test database, run `createdb test_notification_api`.
On GitHub, in addition to these tests, we run:
- bandit for code security
- pip-audit for dependency vulnerabilities