Skip to content

Commit

Permalink
docs: add --rm flag for running pytest locally
Browse files Browse the repository at this point in the history
  • Loading branch information
spwoodcock committed Nov 21, 2023
1 parent 82bc91c commit 77233bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/dev/Backend.md
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ Example launch.json config for vscode:
To run the backend tests locally, run:

```bash
docker compose run api pytest
docker compose run --rm api pytest
```

## Using the local version of ODK Central
Expand Down

0 comments on commit 77233bd

Please sign in to comment.