Skip to content

RSE-102/automation-lecture

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages