Searched refs:expected_cwd (Results 1 – 2 of 2) sorted by relevance
94 expected_loader, expected_cwd=None): argument104 if expected_cwd is None:105 expected_cwd = os.getcwd()106 printed_cwd = 'cwd==%a' % expected_cwd
338 def _assert_cwd(self, expected_cwd, python_arg, **kwargs): argument352 self.assertEqual(normcase(expected_cwd),