Skip to content

Commit ff7a25f

Browse files
committed
doc(backend): add instructions on how to run pytest on API backend in README.md
1 parent 2700531 commit ff7a25f

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,15 @@ npm run dev
116116

117117
Then navigate to [http://localhost:3000](http://localhost:3000)
118118

119+
## Testing
120+
121+
Launch tests of the API backend by running:
122+
123+
```bash
124+
pytest
125+
```
126+
For detailed information on how to invoke `pytest`, see this [resource](https://docs.pytest.org/en/7.1.x/how-to/usage.html).
127+
119128
## Security
120129

121130
See [CONTRIBUTING](CONTRIBUTING.md#security-issue-notifications) for more information.

0 commit comments

Comments
 (0)