(tmp_path, request)
| 727 | |
| 728 | |
| 729 | def test_example_customized_welcome_conclusion(tmp_path, request): |
| 730 | input_path = _example_path("customized_welcome_conclusion") |
| 731 | for installer, install_dir in create_installer(input_path, tmp_path): |
| 732 | _run_installer(input_path, installer, install_dir, request=request) |
| 733 | |
| 734 | |
| 735 | @pytest.mark.parametrize("extra_pages", ("str", "list")) |
nothing calls this directly
no test coverage detected