mirror of
https://github.com/Kozea/Radicale.git
synced 2025-06-26 16:45:52 +00:00
add hint how to run all tests
parent
66f2d869a3
commit
10a525f16c
1 changed files with 9 additions and 1 deletions
|
@ -33,7 +33,15 @@ git clean -fdx
|
||||||
flake8
|
flake8
|
||||||
```
|
```
|
||||||
|
|
||||||
### Particular defined test
|
### Run tests
|
||||||
|
|
||||||
|
#### All defined tests
|
||||||
|
|
||||||
|
```
|
||||||
|
pytest
|
||||||
|
```
|
||||||
|
|
||||||
|
#### Particular defined test
|
||||||
|
|
||||||
Option -k <pattern> can be used to select specific sub-tests
|
Option -k <pattern> can be used to select specific sub-tests
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue