(tmp_path, request)
| 1001 | |
| 1002 | |
| 1003 | def test_example_scripts(tmp_path, request): |
| 1004 | input_path = _example_path("scripts") |
| 1005 | for installer, install_dir in create_installer(input_path, tmp_path, with_spaces=True): |
| 1006 | _run_installer(input_path, installer, install_dir, request=request) |
| 1007 | |
| 1008 | |
| 1009 | @pytest.mark.skipif( |
nothing calls this directly
no test coverage detected