Skip to content

Commit da9afaa

Browse files
committed
DOC Add a note about running pytest in the README
1 parent 12b09a7 commit da9afaa

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,11 @@ df = pd.read_sql(query, engine)
6969

7070
#### Django REST
7171
- The email and password are set in `server/api/management/commands/createsu.py`
72+
- Backend tests can be run using `pytest` by running the below command inside the running backend container:
73+
74+
```
75+
docker compose exec backend pytest api/ -v
76+
```
7277

7378
## Local Kubernetes Deployment
7479

0 commit comments

Comments
 (0)