Introduction

This project is an example for a python command-line application structure with a unit testing framework

Prerequisites

Installation on OSX

    sudo easy_install nose
    sudo easy_install mockito

Running the Application

    bin/project [arguments]

Testing

    cd project
    nosetests