Skip to content

LearningByExample/PythonUnitTests

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

PythonUnitTests

Build Status

Working Examples of Unit Test done in Python 2.7

Each folder include new tests adding more functionality.

First you need to install the following dependencies:

~ $ pip install nose PyHamcrest

Them you could run any test, for example to run the first set:

~ $ cd PytonUnitTests/src/Progam1
~/PytonUnitTests/src/Progam1 $ python -m nose

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages