MCPcopy
hub / github.com/pallets/click / test_isolated_runner

Function test_isolated_runner

tests/test_testing.py:442–446  ·  view source on GitHub ↗
(runner)

Source from the content-addressed store, hash-verified

440
441
442def test_isolated_runner(runner):
443 with runner.isolated_filesystem() as d:
444 assert os.path.exists(d)
445
446 assert not os.path.exists(d)
447
448
449def test_isolated_runner_custom_tempdir(runner, tmp_path):

Callers

nothing calls this directly

Calls 1

isolated_filesystemMethod · 0.80

Tested by

no test coverage detected