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

Function test_isolated_runner_custom_tempdir

tests/test_testing.py:449–454  ·  view source on GitHub ↗
(runner, tmp_path)

Source from the content-addressed store, hash-verified

447
448
449def test_isolated_runner_custom_tempdir(runner, tmp_path):
450 with runner.isolated_filesystem(temp_dir=tmp_path) as d:
451 assert os.path.exists(d)
452
453 assert os.path.exists(d)
454 os.rmdir(d)
455
456
457def test_isolation_stderr_errors():

Callers

nothing calls this directly

Calls 1

isolated_filesystemMethod · 0.80

Tested by

no test coverage detected