mirror of
https://github.com/GSA/notifications-api.git
synced 2026-01-27 04:52:07 -05:00
Add a note about how to resolve db error
Apparently this error is common: ``` FATAL: database "test_notification_api" does not exist ``` In lieu of getting to the bottom of it, add a note about how to fix it
This commit is contained in:
committed by
GitHub
parent
7b29be1d5f
commit
c1f25e7c10
@@ -262,6 +262,8 @@ 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
|
||||
|
||||
Reference in New Issue
Block a user