(tmp_path, request)
| 761 | |
| 762 | |
| 763 | def test_example_extra_files(tmp_path, request): |
| 764 | input_path = _example_path("extra_files") |
| 765 | for installer, install_dir in create_installer(input_path, tmp_path, with_spaces=True): |
| 766 | _run_installer( |
| 767 | input_path, |
| 768 | installer, |
| 769 | install_dir, |
| 770 | request=request, |
| 771 | check_sentinels=CONSTRUCTOR_VERBOSE, |
| 772 | check_subprocess=CONSTRUCTOR_VERBOSE, |
| 773 | ) |
| 774 | |
| 775 | |
| 776 | def test_example_mirrored_channels(tmp_path, request): |
nothing calls this directly
no test coverage detected