mirror of
https://github.com/GSA/notifications-api.git
synced 2026-02-03 01:41:05 -05:00
Merge pull request #888 from GSA/jskinne3-createdb-prereq
Move createdb step
This commit is contained in:
@@ -254,6 +254,9 @@ We do not maintain any hooks in this repository.
|
|||||||
# install dependencies, etc.
|
# install dependencies, etc.
|
||||||
make bootstrap
|
make bootstrap
|
||||||
|
|
||||||
|
# Create test database
|
||||||
|
createdb test_notification_api
|
||||||
|
|
||||||
make test
|
make test
|
||||||
```
|
```
|
||||||
|
|
||||||
@@ -262,8 +265,6 @@ This will run:
|
|||||||
- isort for import styling
|
- isort for import styling
|
||||||
- pytest for the test suite
|
- 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:
|
On GitHub, in addition to these tests, we run:
|
||||||
- bandit for code security
|
- bandit for code security
|
||||||
- pip-audit for dependency vulnerabilities
|
- pip-audit for dependency vulnerabilities
|
||||||
|
|||||||
Reference in New Issue
Block a user