Source code for cis_interface.communication.tests.test_ObjFileComm

from cis_interface.communication.tests import test_PlyFileComm as parent


[docs]class TestObjFileComm(parent.TestPlyFileComm): r"""Test for ObjFileComm communication class.""" comm = 'ObjFileComm'