Skip to content

Commit 8d664a6

Browse files
committed
TEST: Add SerializeMixin to TestCifti2ImageAPI
1 parent 2a0badb commit 8d664a6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

nibabel/cifti2/tests/test_cifti2.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
import pytest
1313

1414
from nibabel.tests.test_dataobj_images import TestDataobjAPI as _TDA
15+
from nibabel.tests.test_image_api import SerializeMixin
1516

1617

1718
def compare_xml_leaf(str1, str2):
@@ -406,7 +407,7 @@ def test_underscoring():
406407
assert ci.cifti2._underscore(camel) == underscored
407408

408409

409-
class TestCifti2ImageAPI(_TDA):
410+
class TestCifti2ImageAPI(_TDA, SerializeMixin):
410411
""" Basic validation for Cifti2Image instances
411412
"""
412413
# A callable returning an image from ``image_maker(data, header)``

0 commit comments

Comments
 (0)