Skip to content

Commit 4cafaf5

Browse files
committed
BF: note multiframe shape test as DICOM test
Require DICOM for multiframe image shape tests.
1 parent 78c002d commit 4cafaf5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

nibabel/nicom/tests/test_dicomwrappers.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -435,6 +435,7 @@ class TestMultiFrameWrapper(TestCase):
435435
'SharedFunctionalGroupsSequence': [None]}
436436
WRAPCLASS = didw.MultiframeWrapper
437437

438+
@dicom_test
438439
def test_shape(self):
439440
# Check the shape algorithm
440441
fake_mf = copy(self.MINIMAL_MF)
@@ -614,6 +615,7 @@ def test_data_real(self):
614615
assert_equal(sha1(dat_str).hexdigest(),
615616
'149323269b0af92baa7508e19ca315240f77fa8c')
616617

618+
@dicom_test
617619
def test_data_fake(self):
618620
# Test algorithm for get_data
619621
fake_mf = copy(self.MINIMAL_MF)

0 commit comments

Comments
 (0)