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

Function test_empty_conf_get

tests/config/test_main.py:32–36  ·  view source on GitHub ↗
(empty_config: Config)

Source from the content-addressed store, hash-verified

30
31
32def test_empty_conf_get(empty_config: Config) -> None:
33 result = empty_config.get_env("magic")
34 assert isinstance(result, ConfigSet)
35 loaders = result["base"]
36 assert loaders == ["testenv"]
37
38
39def test_config_some_envs(tox_ini_conf: ToxIniCreator) -> None:

Callers

nothing calls this directly

Calls 1

get_envMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…