Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 537 Bytes

readme.md

File metadata and controls

19 lines (13 loc) · 537 Bytes

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