Lines Matching refs:tmp_path
398 def test_dist_default_py_modules(tmp_path, dist_name, py_module): argument
399 (tmp_path / f"{py_module}.py").touch()
401 (tmp_path / "setup.py").touch()
402 (tmp_path / "noxfile.py").touch()
408 "src_root": str(tmp_path)
446 tmp_path, dist_name, package_dir, package_files, packages argument
448 ensure_files(tmp_path, package_files)
450 (tmp_path / "setup.py").touch()
451 (tmp_path / "noxfile.py").touch()
457 "src_root": str(tmp_path),
496 def test_dist_default_name(tmp_path, dist_name, package_dir, package_files): argument
498 ensure_files(tmp_path, package_files)
501 "src_root": "/".join(os.path.split(tmp_path)), # POSIX-style