Example #1
0
 def setup(self):
     repository = mock.Mock()
     repository.root_dir = 'root-dir'
     self.manager = PackageManagerBase(repository)