Source code for cis_interface.communication.tests.test_YAMLFileComm

from cis_interface.communication.tests import test_FileComm as parent


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