Source code for cis_interface.examples.tests.test_maxMsg

from cis_interface.tests import long_running
from cis_interface.examples.tests import TestExample


[docs]@long_running class TestExampleMaxMsg(TestExample): r"""Test the MaxMsg example.""" example_name = 'maxMsg'