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

Function test_example_extra_files

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

Source from the content-addressed store, hash-verified

761
762
763def 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
776def test_example_mirrored_channels(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