MCPcopy
hub / github.com/tox-dev/tox / _make

Function _make

tests/config/test_sets.py:28–29  ·  view source on GitHub ↗
(conf_str: str)

Source from the content-addressed store, hash-verified

26@pytest.fixture(name="conf_builder")
27def _conf_builder(tox_ini_conf: ToxIniCreator) -> ConfBuilder:
28 def _make(conf_str: str) -> ConfigSet:
29 return tox_ini_conf(f"[tox]\nenvlist=py39\n[testenv]\n{conf_str}").get_env("py39")
30
31 return _make
32

Callers

nothing calls this directly

Calls 2

tox_ini_confFunction · 0.85
get_envMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…