add developer tools

This commit is contained in:
Fedor Lyanguzov
2024-12-19 20:44:12 +03:00
parent b13c53686a
commit d1200836c8
3 changed files with 9 additions and 10 deletions
+4 -2
View File
@@ -6,12 +6,14 @@ To start developing:
```
python -m venv .venv
source .venv/Scripts/activate
pip install -e .
pip install -e .[test,lint]
# work related commands here
deactivate
```
To run tests:
Tools:
```
pytest
flake8 vpn_manager
black vpn_manager
```