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 * Fedora / Enterprise Linux
``` ```bash
dnf install python3-pytest python-tox python-typeguard python-flake8 dnf install python3-pytest python-tox python-typeguard python-flake8
``` ```
(TODO: other OS/distributions) (TODO: other OS/distributions)
@ -21,14 +21,15 @@ Run in main source directory
### Syntax check ### Syntax check
``` ```bash
flake8 flake8
``` ```
### 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
```
```bash
tox tox
``` ```