~doanac/juju-deployer/multiple-series

« back to all changes in this revision

Viewing changes to HACKING

  • Committer: Kapil Thangavelu
  • Author(s): Brad Crittenden
  • Date: 2014-01-23 14:14:28 UTC
  • mfrom: (84.6.4 parse-constraints)
  • Revision ID: kapil@canonical.com-20140123141428-90ghdw2qitge8cdn
merge bac parse-constraints, normalize constraints for use with api deploys

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Running locally
 
2
---------------
 
3
 
 
4
To run juju-deployer while developing it, you can use:
 
5
  $ sudo python setup.py develop
 
6
  $ /usr/local/bin/juju-deployer
 
7
 
 
8
Alternatively you can run it directly with:
 
9
 
 
10
  $ PYTHONPATH=. python deployer/cli.py
 
11
 
 
12
 
 
13
Running tests
 
14
-------------
 
15
 
 
16
Tests are compatible with nose and can be run using, e.g.:
 
17
 
 
18
  $ nosetests -s --verbosity=2 deployer/tests
 
19