~fginther/juju-deployer/updated-juju

« back to all changes in this revision

Viewing changes to deployer/tests/test_guienv.py

  • Committer: Francis Ginther
  • Date: 2016-03-03 05:01:57 UTC
  • Revision ID: francis.ginther@canonical.com-20160303050157-1e7vemgvz3dvhv1h
Initial juju 2.0 changes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
8
8
)
9
9
 
10
10
 
11
 
@mock.patch('deployer.env.gui.EnvironmentClient')
 
11
@mock.patch('deployer.env.gui.ModelClient')
12
12
class TestGUIEnvironment(unittest.TestCase):
13
13
 
14
14
    endpoint = 'wss://api.example.com:17070'