Deployed product
Backlog
Retrospektiivit
Loppuraportti
The acceptance criteria of the user story have been implemented.
All code written follows the pylint-guidelines of the project.
Unittest coverage is atleast 70%.
There is fair amount of e2e tests.
Käynnistä ohjelma
poetry run invoke startPylint
poetry run invoke lintPep8
poetry run invoke formatCoverage report
poetry run invoke coverage-report