Skip to content

Commit

Permalink
doc: postgres installation required for local test
Browse files Browse the repository at this point in the history
  • Loading branch information
bigmoby committed Jul 1, 2024
1 parent 80c3588 commit 7454694
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions api/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,18 @@ to check.

## Test

Please install a PostgreSQL database locally. For example, on a macOS platform, execute:

```bash
brew install postgresql
```

Note: If any errors occur during pytest runs, please stop the local database service by executing:

```bash
brew services stop postgresql
```

Tests are done with `pytest`

Run
Expand Down

0 comments on commit 7454694

Please sign in to comment.