Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 434 Bytes

README.md

File metadata and controls

27 lines (17 loc) · 434 Bytes

Demo code for automation lecture

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.

How to use

Running the main code

python3 operations.py

Running the tests via unittest

python3 -m unittest

Running the tests via pytest

pytest

License

See LICENSE file.