Source code for cis_interface.communication.tests.test_JSONFileComm

from cis_interface.communication.tests import test_FileComm as parent


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