diff options
author | Aineopintojen-harjoitustyo-Algoritmit-j <github-hy-tiralabra@v.hix.fi> | 2024-02-22 17:09:41 +0200 |
---|---|---|
committer | Aineopintojen-harjoitustyo-Algoritmit-j <github-hy-tiralabra@v.hix.fi> | 2024-02-22 17:09:41 +0200 |
commit | 050bcd11b741520c950123c6a52b8429163c9397 (patch) | |
tree | e9878f0dea235c5448d1c2571e7433f9a20eb991 | |
parent | d3b644b987efdaa595ce548504a913faa28a9029 (diff) |
./dev.sh install & viikkoraportti6
-rw-r--r-- | README.md | 4 | ||||
-rwxr-xr-x | dev.sh | 6 | ||||
-rw-r--r-- | doc/viikkoraportti6.pdf | bin | 27025 -> 27886 bytes |
3 files changed, 9 insertions, 1 deletions
@@ -45,4 +45,6 @@ Miinaharava ratkaisijalla - [käyttöohje](doc/käyttöohje.pdf) ### Ohjeita kehitykseen -- `./dev.sh` +Kehitystyökalut kootusti ajamalla projektin juuressa komento: + +`./dev.sh` @@ -6,6 +6,7 @@ Käyttö: $0 <komento> Komennot: +install Asenna devausymäristö pytest Aja yksikkötestit pytestillä pylint Tarkista muotoilu pylintillä covhtml Tee haarakattavuus raportti html muodossa @@ -14,6 +15,11 @@ covff Tee html haarakattavuusraportti ja avaa se firefoxissa all Sama kuin '$0 covff && $0 pylint' " && exit 0 +[ $1 = install ] \ + && PYTHON_KEYRING_BACKEND=keyring.backends.fail.Keyring \ + poetry install --no-root \ + && exit 0 + [ $1 = pytest ] \ && poetry run pytest -v \ && exit 0 diff --git a/doc/viikkoraportti6.pdf b/doc/viikkoraportti6.pdf Binary files differindex 5b34679..c1ce998 100644 --- a/doc/viikkoraportti6.pdf +++ b/doc/viikkoraportti6.pdf |