Skip to content

Commit 5c329be

Browse files
committed
ENH: make test_get_reproducible_int also sweep through all dicom files
1 parent 2862c9a commit 5c329be

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

heudiconv/tests/test_dicoms.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -189,9 +189,8 @@ def test_create_seqinfo(
189189
assert seqinfo.sequence_name
190190

191191

192-
def test_get_reproducible_int() -> None:
193-
dcmfile = op.join(TESTS_DATA_PATH, "phantom.dcm")
194-
192+
@pytest.mark.parametrize("dcmfile", TEST_DICOM_PATHS)
193+
def test_get_reproducible_int(dcmfile) -> None:
195194
assert type(get_reproducible_int([dcmfile])) is int
196195

197196

0 commit comments

Comments
 (0)