mirror of
https://github.com/Kozea/Radicale.git
synced 2025-06-26 16:45:52 +00:00
Updated Development Testing (markdown)
parent
795104e8e8
commit
5c99686ed5
1 changed files with 4 additions and 3 deletions
|
@ -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
|
||||
```
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue