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

Function test_clienv

tests/session/test_env_select.py:45–48  ·  view source on GitHub ↗
(user_input: str, env_names: tuple[str], is_all: bool, is_default: bool)

Source from the content-addressed store, hash-verified

43 ],
44)
45def test_clienv(user_input: str, env_names: tuple[str], is_all: bool, is_default: bool) -> None:
46 ce = CliEnv(user_input)
47 assert (ce.is_all, ce.is_default_list, tuple(ce)) == (is_all, is_default, tuple(env_names))
48 assert CliEnv(user_input) == ce
49
50
51@pytest.mark.parametrize(

Callers

nothing calls this directly

Calls 1

CliEnvClass · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…