~makyo/juju-deployer/machines-and-placement

118.2.1 by David Britton
- add Makefile for test case execution
1
test:
2
	nosetests -s --verbosity=2 deployer/tests
104 by Kapil Thangavelu
makefile and importer unit tests (via mock)
3
4
freeze:
5
	pip install -d tools/dist -r requirements.txt
6
7
cover:
8
	pip install coverage nose
9
	nosetests --cover-html-dir=report --cover-html --with-coverage --cover-package=deployer
10
	gnome-open report/index.html