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

Function test_example_customized_welcome_conclusion

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

Source from the content-addressed store, hash-verified

727
728
729def 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"))

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