juggl/backend/docs/testing.md

13 lines
152 B
Markdown
Raw Normal View History

2021-12-23 18:00:06 +01:00
# Testing
To execute the tests, you need to install pytest.
```bash
$ pip3 install pytest
```
Then, you can run the tests with:
```bash
$ pytest
```