Test runner uses
- nose
- nose-htmloutput : To create a HTML report.
#Requirements
Python 2.7 with the above mentioned packages installed. The requirement.txt file can be used to install the dependecies via pip
- Clone the github repo
- install required packages
pip install -r "requirements.txt"
- All the tests can be run with the command
nosetests -s --with-html --with-xunit