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

Function test_re_raises_on_unexpected_exit

tests/test_run.py:26–29  ·  view source on GitHub ↗
(mocker: MockerFixture)

Source from the content-addressed store, hash-verified

24
25
26def test_re_raises_on_unexpected_exit(mocker: MockerFixture) -> None:
27 mocker.patch("tox.run.main", side_effect=ValueError)
28 with pytest.raises(ValueError): # noqa: PT011
29 run()
30
31
32def test_custom_work_dir(tox_project: ToxProjectCreator, tmp_path: Path) -> None:

Callers

nothing calls this directly

Calls 1

runFunction · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…