MCPcopy Create free account
hub / github.com/conda/constructor / test_example_customize_controls

Function test_example_customize_controls

tests/test_examples.py:723–726  ·  view source on GitHub ↗
(tmp_path, request)

Source from the content-addressed store, hash-verified

721
722
723def test_example_customize_controls(tmp_path, request):
724 input_path = _example_path("customize_controls")
725 for installer, install_dir in create_installer(input_path, tmp_path):
726 _run_installer(input_path, installer, install_dir, request=request)
727
728
729def test_example_customized_welcome_conclusion(tmp_path, request):

Callers

nothing calls this directly

Calls 3

_example_pathFunction · 0.85
create_installerFunction · 0.85
_run_installerFunction · 0.85

Tested by

no test coverage detected