Skip to content

Commit 9bf5951

Browse files
shaneahmedCopilot
andauthored
📝 Update docstring for fixture
- Update docstring for fixture Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent f8b68dc commit 9bf5951

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

tests/conftest.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -164,9 +164,10 @@ def sample_jp2(remote_sample: Callable) -> Path:
164164

165165
@pytest.fixture(scope="session")
166166
def sample_dicom(remote_sample: Callable) -> Path:
167-
"""Sample pytest fixture for dicom images.
167+
"""Sample pytest fixture for DICOM images.
168168
169-
Download dicom image for pytest.
169+
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.
170171
171172
"""
172173
return remote_sample("dicom-1")

0 commit comments

Comments
 (0)