Luca683 / qd-starter-pack

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Quality Development starter pack

This repository has been created to give a python template project which includes pytest instructions.

Install requirements

Use pip or pip3 to install the dev requirements for the software testing:

pip install -r requirements_dev.txt

Software Testing

How to run properly the tests with the related html report:

$ pytest --cov src tests/ --cov-report=html

Clean code

Check this article to understand how to write "clean code" in python.

Contributing

Feel free to improve this poor README with any other detail, if you do it, I'll be grateful.

About


Languages

Language:Python 100.0%