rochamatcomp / weeks

Functions to calculate weeks between two dates

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Weeks

Functions to calculate weeks between two dates

Install the project with poetry

To install the project run:

poetry install

Tests

To execute tests run:

poetry run pytest tests

Mutations

To execute mutation tests run:

poetry run mut.py --target weeks.amount_of_weeks --unit-test tests.test_amount_of_weeks --runner pytest --show-mutants --colored-output --report-html report

Show report of mutation tests

Open the file in browser report/index.html

About

Functions to calculate weeks between two dates

License:MIT License


Languages

Language:HTML 87.5%Language:Python 11.8%Language:Shell 0.7%