예제 #1
0
 def _change_directory(self, paths, checkout_root):
     return change_directory(self.filesystem,
                             paths=paths,
                             checkout_root=checkout_root)
예제 #2
0
 def _change_directory(self, paths, checkout_root):
     return change_directory(self.filesystem, paths=paths, checkout_root=checkout_root)
예제 #3
0
 def _change_directory(self, paths, checkout_root):
     return change_directory(paths=paths,
                             checkout_root=checkout_root,
                             mock_os=self._mock_os)
예제 #4
0
 def _change_directory(self, paths, checkout_root):
     return change_directory(paths=paths,
                             checkout_root=checkout_root,
                             mock_os=self._mock_os)