MCPcopy
hub / github.com/conda/conda / context_testdata

Function context_testdata

conda/testing/fixtures.py:736–744  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

734
735@pytest.fixture
736def context_testdata() -> None:
737 reset_context()
738 context._set_raw_data(
739 {
740 "testdata": YamlRawParameter.make_raw_parameters(
741 "testdata", yaml.loads(TEST_CONDARC)
742 )
743 }
744 )
745
746
747# HTTP Test Server Fixtures

Callers

nothing calls this directly

Calls 3

reset_contextFunction · 0.90
_set_raw_dataMethod · 0.80
make_raw_parametersMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…