Home
last modified time | relevance | path

Searched refs:expected_cwd (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython3/Lib/test/
Dtest_cmd_line_script.py94 expected_loader, expected_cwd=None): argument
104 if expected_cwd is None:
105 expected_cwd = os.getcwd()
106 printed_cwd = 'cwd==%a' % expected_cwd
Dtest_subprocess.py338 def _assert_cwd(self, expected_cwd, python_arg, **kwargs): argument
352 self.assertEqual(normcase(expected_cwd),