Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 234 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 234 Bytes

python-unittests

Python Scripts with their respective unit test.

First I wrote the failing test, then I implemented the minimal code required to pass the tests.

Verify the test using:

python3 -m unittest TestCalculator.py