~andrewjbeach/juju-ci-tools/make-local-patcher

« back to all changes in this revision

Viewing changes to tests/test_git_gate.py

  • Committer: Aaron Bentley
  • Date: 2015-12-15 16:03:14 UTC
  • mto: This revision was merged to the branch mainline in revision 1197.
  • Revision ID: aaron.bentley@canonical.com-20151215160314-zsy2kn45fefnqlht
Switch FakeJujuClient to raise on accessing juju_home.

Show diffs side-by-side

added added

removed removed

Lines of Context:
235
235
        git_gate.go_test(args, "/tmp/fake")
236
236
        self.assertEqual(self.actions, [
237
237
            ('print', 'Getting and installing godeps'),
238
 
            ('go', 'get', '-v', '-d', 'github.com/rogpeppe/godeps/...'),
239
 
            ('go', 'install', 'github.com/rogpeppe/godeps/...'),
 
238
            ('go', 'get', '-v', '-d', 'launchpad.net/godeps/...'),
 
239
            ('go', 'install', 'launchpad.net/godeps/...'),
240
240
            ('print', 'Cloning git.testing/project from'
241
241
             ' https://git.testing/project'),
242
242
            ('git', 'clone', 'https://git.testing/project',