Skip to content

Luca683/qd-starter-pack

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%