This repository has been created to give a python template project which includes pytest instructions.
Use pip or pip3 to install the dev requirements for the software testing:
pip install -r requirements_dev.txtHow to run properly the tests with the related html report:
$ pytest --cov src tests/ --cov-report=htmlCheck this article to understand how to write "clean code" in python.
Feel free to improve this poor README with any other detail, if you do it, I'll be grateful.