LearningByExample / PythonUnitTests

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:Python 100.0%