This is ratio, an application for University of Helsinki's Ohjelmistotekniikka course.
- User guide
- Software Requirements Specification
- Architecture description
- Testing document
- Hours tracking
- Changelog
Install dependencies using poetry
:
poetry install
Run program:
poetry run invoke start
You can run the application using poetry and invoke:
poetry run invoke start
You can run tests using poetry and invoke:
poetry run invoke test
You can run the linter using poetry and invoke:
poetry run invoke lint
Autopep8 formatting is available using poetry and invoke
poetry run invoke autopep
You can generate a test coverage report using poetry and invoke:
poetry run invoke coverage-report
The report appears under htmlcov/