Searched refs:tmp_path_factory (Results 1 – 3 of 3) sorted by relevance
68 def setuptools_sdist(tmp_path_factory, request): argument73 request, tmp_path_factory, "sdist_build") as tmp:86 def setuptools_wheel(tmp_path_factory, request): argument91 request, tmp_path_factory, "wheel_build") as tmp:
115 def session_locked_tmp_dir(request, tmp_path_factory, name): argument118 base = tmp_path_factory.getbasetemp()
22 def shell_file(tmp_path_factory): argument24 shell_file = tmp_path_factory.mktemp("data") / "shell_file.sh"