/dummymaths

Repository used for the git beginner tutorial

Primary LanguagePython

Dummy maths

Python project implementing very simple mathematical functions.

Available functions are add, sub, multiply, divide and power

Testing

Unit tests can be run using pytest. Install pytest using pip:

pip install pytest

Then run the tests:

pytest