Skip to content

Latest commit

 

History

History
56 lines (31 loc) · 1.33 KB

README.md

File metadata and controls

56 lines (31 loc) · 1.33 KB

ratio

This is ratio, an application for University of Helsinki's Ohjelmistotekniikka course.

Documentation

Installation

Install dependencies using poetry:

poetry install

Run program:

poetry run invoke start

Command line functions

Run application

You can run the application using poetry and invoke:

poetry run invoke start

Run tests

You can run tests using poetry and invoke:

poetry run invoke test

Run linter

You can run the linter using poetry and invoke:

poetry run invoke lint

Autopep8

Autopep8 formatting is available using poetry and invoke

poetry run invoke autopep

Generate coverage report

You can generate a test coverage report using poetry and invoke:

poetry run invoke coverage-report

The report appears under htmlcov/