mirror of
https://github.com/Kozea/Radicale.git
synced 2025-07-26 17:58:30 +00:00
Updated Development Testing (markdown)
parent
c7505c630f
commit
ac8b7c4114
1 changed files with 9 additions and 1 deletions
|
@ -11,7 +11,7 @@
|
|||
* Fedora / Enterprise Linux
|
||||
|
||||
```
|
||||
dnf install python3-pytest python-tox python-typeguard
|
||||
dnf install python3-pytest python-tox python-typeguard python-flake8
|
||||
```
|
||||
(TODO: other OS/distributions)
|
||||
|
||||
|
@ -19,6 +19,14 @@ dnf install python3-pytest python-tox python-typeguard
|
|||
|
||||
Run in main source directory
|
||||
|
||||
### Syntax check
|
||||
|
||||
```
|
||||
flake8
|
||||
```
|
||||
|
||||
### Complete test suite
|
||||
|
||||
```
|
||||
tox
|
||||
```
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue