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
|
* 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
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue