sio3pack.test ============= .. py:module:: sio3pack.test Package Contents ---------------- .. py:class:: Test(test_name, test_id, in_file, out_file, group) Represents an input and output test. :param str test_name: Name of the test. :param str test_id: Unique identifier for the test. :param File in_file: Input file for the test. :param File out_file: Output file for the test. :param str group: Group identifier for the test.