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 via unittest
python3 -m unittest
Running the tests via pytest
pytest
See LICENSE
file.