Functions to calculate weeks between two dates
To install the project run:
poetry install
To execute tests run:
poetry run pytest tests
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
Open the file in browser report/index.html