Skip to content

Commit

Permalink
document test running
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidBuchanan314 committed Jan 9, 2025
1 parent a4557c2 commit ae955db
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,11 @@ podman run --rm -it -p 8123:8123 millipds_dev
### Production deployment on Ubuntu (and similar systems) [WIP]

See [./docs/DEPLOY.md](./docs/DEPLOY.md)


### Running the tests locally

```sh
python3 -m pip install -e .[test] # install the testing dependencies (only needed once, unless new deps are added)
python3 -m pytest . # run the tests
```

0 comments on commit ae955db

Please sign in to comment.