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

Function test_example_scripts

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

Source from the content-addressed store, hash-verified

1001
1002
1003def test_example_scripts(tmp_path, request):
1004 input_path = _example_path("scripts")
1005 for installer, install_dir in create_installer(input_path, tmp_path, with_spaces=True):
1006 _run_installer(input_path, installer, install_dir, request=request)
1007
1008
1009@pytest.mark.skipif(

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