mirror of
https://github.com/Kozea/Radicale.git
synced 2025-09-30 21:12:05 +00:00
add a note about verbose pytest
parent
a593c23704
commit
62eb0fa12c
1 changed files with 8 additions and 1 deletions
|
@ -55,7 +55,14 @@ Option -k <pattern> can be used to select specific sub-tests
|
||||||
|
|
||||||
Example:
|
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
|
### Complete test suite
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue