~landscape/landscape-charm/trunk

« back to all changes in this revision

Viewing changes to lib/tests/test_install.py

  • Committer: Adam Collard
  • Date: 2019-01-17 14:18:28 UTC
  • Revision ID: adam.collard@canonical.com-20190117141828-s0md02ozdg4vrab5
Revert r393, r392

Show diffs side-by-side

added added

removed removed

Lines of Context:
9
9
 
10
10
    def setUp(self):
11
11
        super(InstallHookTest, self).setUp()
12
 
        self.fetch = FetchStub(self.hookenv.config)
 
12
        self.fetch = FetchStub()
13
13
        self.subprocess = SubprocessStub()
14
14
        self.subprocess.add_fake_executable("apt-mark")
15
15
        self.hook = InstallHook(