~sinzui/juju-ci-tools/remove-jujuci-gets.

« back to all changes in this revision

Viewing changes to tests/test_assess_spaces_subnets.py

  • Committer: Curtis Hovey
  • Date: 2016-12-06 11:22:28 UTC
  • mfrom: (1468.2.323 trunk)
  • Revision ID: curtis@canonical.com-20161206112228-qqklcieubzbbolvr
Merge trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
222
222
            patch.object(self.client, 'juju', self.juju_mock.juju),
223
223
            patch.object(self.client, 'get_status', self.juju_mock.get_status),
224
224
            patch.object(self.client, 'juju_async', self.juju_mock.juju_async),
225
 
            patch.object(self.client, 'wait_for', nil_func),
226
225
            patch.object(self.client, 'wait_for_started',
227
226
                         self.juju_mock.get_status),
228
227
            patch.object(self.client, 'get_juju_output', self.juju_mock.juju),