We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a0badb commit 8d664a6Copy full SHA for 8d664a6
nibabel/cifti2/tests/test_cifti2.py
@@ -12,6 +12,7 @@
12
import pytest
13
14
from nibabel.tests.test_dataobj_images import TestDataobjAPI as _TDA
15
+from nibabel.tests.test_image_api import SerializeMixin
16
17
18
def compare_xml_leaf(str1, str2):
@@ -406,7 +407,7 @@ def test_underscoring():
406
407
assert ci.cifti2._underscore(camel) == underscored
408
409
-class TestCifti2ImageAPI(_TDA):
410
+class TestCifti2ImageAPI(_TDA, SerializeMixin):
411
""" Basic validation for Cifti2Image instances
412
"""
413
# A callable returning an image from ``image_maker(data, header)``
0 commit comments