Skip to content

Commit

Permalink
ENH: make test_get_reproducible_int also sweep through all dicom files
Browse files Browse the repository at this point in the history
  • Loading branch information
yarikoptic committed Sep 16, 2024
1 parent 2862c9a commit 5c329be
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions heudiconv/tests/test_dicoms.py
Original file line number Diff line number Diff line change
Expand Up @@ -189,9 +189,8 @@ def test_create_seqinfo(
assert seqinfo.sequence_name


def test_get_reproducible_int() -> None:
dcmfile = op.join(TESTS_DATA_PATH, "phantom.dcm")

@pytest.mark.parametrize("dcmfile", TEST_DICOM_PATHS)
def test_get_reproducible_int(dcmfile) -> None:
assert type(get_reproducible_int([dcmfile])) is int


Expand Down

0 comments on commit 5c329be

Please sign in to comment.