Skip to content

AtodeKimeru/pytesting

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

TDD and regression testing in python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages