1
0
Fork 0
mirror of https://github.com/Kozea/Radicale.git synced 2025-06-26 16:45:52 +00:00

Updated Development Testing (markdown)

Peter Bieringer 2024-06-18 20:43:38 +02:00
parent 795104e8e8
commit 5c99686ed5

@ -10,7 +10,7 @@
* Fedora / Enterprise Linux
```
```bash
dnf install python3-pytest python-tox python-typeguard python-flake8
```
(TODO: other OS/distributions)
@ -21,14 +21,15 @@ Run in main source directory
### Syntax check
```
```bash
flake8
```
### Complete test suite
Note: in case of strange errors add option `-r` for recreation of environment
```
```bash
tox
```