1
0
Fork 0
mirror of https://github.com/Kozea/Radicale.git synced 2025-09-15 20:36:55 +00:00

Created Development+Testing (markdown)

Peter Bieringer 2024-06-09 08:24:05 +02:00
parent d3a6601dfe
commit 53ff26a0bc

26
Development-Testing.md Normal file

@ -0,0 +1,26 @@
# Development
(TODO)
# Testing
## Preparation
### Installation of test frameworks
* Fedora / Enterprise Linux
```
dnf install python3-pytest python-tox python-typeguard
```
(TODO: other OS/distributions)
## Execution
Run in main source directory
```
tox
```
(more coming next)