This repository contains an example project (simple Mortgage Calculator) that demonstrates how to use Pytest with Poetry to test a Python project.
How To Run Pytest With Poetry (A Step-by-Step Guide)
To install the project, you need to have Poetry installed. If you don't have it installed, you can install it by following the instructions here.
To run the tests, you can use the following command:
poetry run pytest
If you have any questions about the project please raise an Issue on GitHub.