Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 373 Bytes

File metadata and controls

21 lines (13 loc) · 373 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:

python3 -m unittest

License

See LICENSE file.