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

Function test_example_noconda

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

Source from the content-addressed store, hash-verified

870
871
872def test_example_noconda(tmp_path, request):
873 input_path = _example_path("noconda")
874 for installer, install_dir in create_installer(
875 input_path, tmp_path, config_filename="constructor_input.yaml", with_spaces=True
876 ):
877 _run_installer(
878 input_path,
879 installer,
880 install_dir,
881 config_filename="constructor_input.yaml",
882 request=request,
883 )
884
885
886@pytest.mark.skipif(sys.platform != "darwin", reason="macOS only")

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