1
0
Fork 0
mirror of https://github.com/Kozea/Radicale.git synced 2025-07-26 17:58:30 +00:00

Updated Development Testing (markdown)

Peter Bieringer 2024-06-09 14:35:45 +02:00
parent c7505c630f
commit ac8b7c4114

@ -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
```