Skip to content

pirofex/quality-lab

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Quality Lab - TDD

Tools

Please install the following tools:

  • Python >=3.6
  • Visual Studio Code

Run the following commands on your command line in order to install the missing dependencies:

pip install coverage

Test

Run the following command to run all tests and generate a coverage report:

cd coverage/
coverage run --source calculator -m unittest discover
coverage html

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published