Skip to content

Latest commit

 

History

History
19 lines (18 loc) · 387 Bytes

File metadata and controls

19 lines (18 loc) · 387 Bytes

pytesting

Two scripts develop with different testing techniques; 7_acumulados and 9_kelements with regression testing and test driven development respectively

Usage

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.