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

add hint how to run all tests

Peter Bieringer 2025-01-03 08:38:30 +01:00
parent 66f2d869a3
commit 10a525f16c

@ -33,7 +33,15 @@ git clean -fdx
flake8
```
### Particular defined test
### Run tests
#### All defined tests
```
pytest
```
#### Particular defined test
Option -k <pattern> can be used to select specific sub-tests