mirror of
https://github.com/Kozea/Radicale.git
synced 2025-06-26 16:45:52 +00:00
pytest example
parent
cc96bfb973
commit
96d7593bf0
1 changed files with 9 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue