Two scripts develop with different testing techniques; 7_acumulados and 9_kelements with regression testing and test driven development respectively
In bash type:
git clone
cd pytesting
For to use the scripts
python3 file.py
For to run tests
python3 -m unittest file.py
With "file" been the name of the script what you want to run.