mirror of
https://github.com/GSA/notifications-api.git
synced 2026-01-30 06:21:50 -05:00
include section on testing in readme.md
This commit is contained in:
16
README.md
16
README.md
@@ -72,6 +72,22 @@ scripts/run_celery_beat.sh
|
||||
```
|
||||
|
||||
|
||||
|
||||
## To test the application
|
||||
|
||||
First, ensure that `scripts/boostrap.sh` has been run, as it creates the test database.
|
||||
|
||||
Then simply run
|
||||
|
||||
```
|
||||
make test
|
||||
```
|
||||
|
||||
That will run pep8 for code analysis and our unit test suite. If you wish to run our functional tests, instructions can be found in the
|
||||
[notifications-functional-test](https://github.com/alphagov/notifications-functional-test) repository.
|
||||
|
||||
|
||||
|
||||
## To remove functional test data
|
||||
|
||||
NOTE: There is assumption that both the server name prefix and user name prefix are followed by a uuid.
|
||||
|
||||
Reference in New Issue
Block a user