1
0
Fork 0
mirror of https://github.com/Kozea/Radicale.git synced 2025-06-26 16:45:52 +00:00

pytest example

Peter Bieringer 2024-09-30 21:32:21 +02:00
parent cc96bfb973
commit 96d7593bf0

@ -33,6 +33,15 @@ git clean -fdx
flake8 flake8
``` ```
### Particular defined test
Option -k <pattern> can be used to select specific sub-tests
Example:
```
pytest radicale/tests/test_base.py [-k test_overwrite_collection]
```
### Complete test suite ### Complete test suite
Note: in case of strange errors add option `-r` for recreation of environment Note: in case of strange errors add option `-r` for recreation of environment