We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f8b68dc commit 9bf5951Copy full SHA for 9bf5951
tests/conftest.py
@@ -164,9 +164,10 @@ def sample_jp2(remote_sample: Callable) -> Path:
164
165
@pytest.fixture(scope="session")
166
def sample_dicom(remote_sample: Callable) -> Path:
167
- """Sample pytest fixture for dicom images.
+ """Sample pytest fixture for DICOM images.
168
169
- Download dicom image for pytest.
+ This fixture downloads a sample DICOM file in a standard format for testing.
170
+ The file represents a single DICOM image and is stored in a temporary directory.
171
172
"""
173
return remote_sample("dicom-1")
0 commit comments