A simple example of unit tests in python with unittest 🔬 Requeriments Only do you need install unittest: pip install unittest How run the tests: Run in the command line: Python tests.py Or Run in the command line: python -m unittest discover -s tests