1
0
Fork 0
mirror of https://github.com/Kozea/Radicale.git synced 2025-09-30 21:12:05 +00:00

add a note about verbose pytest

Peter Bieringer 2025-07-22 19:55:13 +02:00
parent a593c23704
commit 62eb0fa12c

@ -55,7 +55,14 @@ Option -k <pattern> can be used to select specific sub-tests
Example:
```
pytest radicale/tests/test_base.py [-k test_overwrite_collection]
pytest radicale/tests/test_base.py -k test_overwrite_collection
```
#### Verbose logging
Example:
```
pytest -v --log-cli-level=DEBUG radicale/tests/test_base.py -k test_overwrite_collection
```
### Complete test suite