PythonUnitTests
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