Skip to content

interzonedev/python-unit-tests

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Python Unit Testing Example

Run all unit tests:
python -m unittest discover tests

Run specific unit tests:
python -m unittest tests.test_calculator
python -m unittest tests.test_calculator.CalculatorTest
python -m unittest tests.test_calculator.CalculatorTest.test_add

About

Python Unit Testing Example

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages