add test run usage

This commit is contained in:
Fedor Lyanguzov
2024-12-27 23:21:57 +03:00
parent d1200836c8
commit 965fa0cb4e
+10
View File
@@ -16,4 +16,14 @@ Tools:
pytest pytest
flake8 vpn_manager flake8 vpn_manager
black vpn_manager black vpn_manager
```
Test runs:
```
# package
$ python -m vpn_manager
run
# script declared in pyproject.toml
$ example
run
``` ```