mirror of
https://github.com/Kozea/Radicale.git
synced 2025-09-15 20:36:55 +00:00
Created Development+Testing (markdown)
parent
d3a6601dfe
commit
53ff26a0bc
1 changed files with 26 additions and 0 deletions
26
Development-Testing.md
Normal file
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)
|
Loading…
Add table
Add a link
Reference in a new issue