Source code for cis_interface.communication.tests.test_MatFileComm

from cis_interface.communication.tests import test_FileComm as parent


[docs]class TestMatFileComm(parent.TestFileComm): r"""Test for MatFileComm communication class.""" comm = 'MatFileComm'