Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
mkozakov committed Aug 14, 2024
1 parent 6150255 commit 80709e2
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions docs/setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -296,13 +296,19 @@ This will delete the existing `db` container volumes, restart the containers and

### Testing the Toolkit

Run:
Install the Python dependencies:

```bash
make dev
make install
```

Spin up the Test DB required by the tests:

```bash
make test-db
```

To spin the `test_db` service for you. After, you can run:
Run the tests:

```bash
make run-tests
Expand Down

0 comments on commit 80709e2

Please sign in to comment.