blob: d1630486c8892fe436e9129e84e93e5912f021d1 (
plain)
1
2
3
4
5
6
7
8
9
10
|
MUISTILISTA!
Generoi haarakattavuusraportti:
poetry run python3 -m coverage run --branch -m pytest -v && poetry run python3 -m coverage html && firefox htmlcov/index.html
Linttaus
poetry run python3 -m pylint -v .
riippuvuuksien asennus:
PYTHON_KEYRING_BACKEND=keyring.backends.fail.Keyring poetry install --no-root
|