summaryrefslogtreecommitdiff
path: root/doc/DEV.md
diff options
context:
space:
mode:
Diffstat (limited to 'doc/DEV.md')
-rw-r--r--doc/DEV.md16
1 files changed, 0 insertions, 16 deletions
diff --git a/doc/DEV.md b/doc/DEV.md
deleted file mode 100644
index 6f3eec4..0000000
--- a/doc/DEV.md
+++ /dev/null
@@ -1,16 +0,0 @@
-# Ohjeita kehitykseen
-## Riippuvuuksien asennus:
-`PYTHON_KEYRING_BACKEND=keyring.backends.fail.Keyring poetry install --no-root`
-
-## Aja pytest:
-`poetry run python3 -m pytest`
-
-## 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 .`
-
-## Kaikki samassa:
-`poetry run python3 -m coverage run --branch -m pytest -v && poetry run python3 -m coverage html && firefox htmlcov/index.html && poetry run python3 -m pylint -v .`
-