Source code for cis_interface.communication.tests.test_PickleFileComm

from cis_interface.communication.tests import test_FileComm as parent


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