Lines Matching refs:paths
689 paths = pythonpath_env.split(os.path.pathsep)
690 expected['module_search_paths'] = [*paths, *expected['module_search_paths']]
1177 paths = config['config']['module_search_paths']
1180 'module_search_paths': paths,
1190 env = {'TESTPATH': os.path.pathsep.join(paths)}
1199 paths = config['config']['module_search_paths']
1203 'module_search_paths': paths,
1217 env = {'TESTPATH': os.path.pathsep.join(paths)}
1271 paths = config['config']['module_search_paths']
1272 paths_str = os.path.pathsep.join(paths)
1274 for path in paths:
1281 self.fail(f"Unable to find home in {paths!r}")
1286 # Because we are specifying 'home', module search paths
1288 expected_paths = [paths[0], os.path.join(home, 'DLLs'), stdlib]
1312 paths = config['config']['module_search_paths']
1313 paths_str = os.path.pathsep.join(paths)
1315 for path in paths:
1322 self.fail(f"Unable to find home in {paths!r}")
1327 # Because we are specifying 'home', module search paths
1329 expected_paths = [paths[0], os.path.join(home, 'DLLs'), stdlib]
1371 paths = all_configs['config']['module_search_paths']
1372 paths_str = os.path.pathsep.join(paths)
1480 paths = self.module_search_paths()
1482 paths[-1] = lib_dynload
1484 paths = [
1485 os.path.join(tmpdir, os.path.basename(paths[0])),
1499 'module_search_paths': paths,