MCPcopy
hub / github.com/langroid/langroid / auto_set_global_settings

Function auto_set_global_settings

tests/conftest.py:133–135  ·  view source on GitHub ↗
(test_settings)

Source from the content-addressed store, hash-verified

131# have `test_settings` as a parameter in every test function!
132@pytest.fixture(autouse=True)
133def auto_set_global_settings(test_settings):
134 set_global(test_settings)
135 yield
136
137
138@pytest.fixture(scope="session")

Callers

nothing calls this directly

Calls 1

set_globalFunction · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…