Source code for cis_interface.communication.tests.test_PlyFileComm
from cis_interface.communication.tests import test_FileComm as parent
[docs]class TestPlyFileComm(parent.TestFileComm):
r"""Test for PlyFileComm communication class."""
comm = 'PlyFileComm'