MCPcopy Create free account
hub / github.com/SimpleITK/SimpleITK / test_dir

Function test_dir

Wrapping/Python/tests/sitkImageReadWrite.py:25–27  ·  view source on GitHub ↗

Fixture providing a temporary directory for test outputs

(tmp_path)

Source from the content-addressed store, hash-verified

23
24@pytest.fixture
25def test_dir(tmp_path):
26 """Fixture providing a temporary directory for test outputs"""
27 return tmp_path
28
29
30def create_test_image(img_type: int) -> sitk.Image:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected