This repository contains the code from the lecture "Testing a Python Code" with minimal modifications. In this repository we want to add some automation (CI) using GitHub Actions.
Running the main code:
python3 operations.py
Running the tests:
python3 -m unittest
See LICENSE
file.