Skip to content

Latest commit

 

History

History
3 lines (2 loc) · 314 Bytes

README.md

File metadata and controls

3 lines (2 loc) · 314 Bytes

python-calculator

This is a very simple calculator program for learning how to write unit tests in Python. It contains a Calculator class (calculator.py) which perform 4 mathematic operations: add, subtract, multiply, and divide. You have to add unit test cases to test them in the file test_calculator.py.