configure test environment

This commit is contained in:
dandds
2018-08-02 16:20:54 -04:00
parent 8ec27cbb31
commit 649ac89e2e
4 changed files with 10 additions and 2 deletions

View File

@@ -72,6 +72,12 @@ To log in as one of them, navigate to `/login-dev?username=<lowercase name>`. Fo
## Testing
Tests require a test database:
```
createdb atat_test
```
To run lint, static analysis, and unit tests:
script/test