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

Function test_version_without_plugin

tests/test_version.py:21–25  ·  view source on GitHub ↗
(tox_project: ToxProjectCreator)

Source from the content-addressed store, hash-verified

19
20
21def test_version_without_plugin(tox_project: ToxProjectCreator) -> None:
22 outcome = tox_project({"tox.ini": ""}).run("--version")
23 outcome.assert_success()
24 assert __version__ in outcome.out
25 assert "plugin" not in outcome.out
26
27
28def test_version_with_plugin(tox_project: ToxProjectCreator, mocker: MockFixture) -> None:

Callers

nothing calls this directly

Calls 2

runMethod · 0.45
assert_successMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…