sio3pack.test¶ Package Contents¶ class sio3pack.test.Test(test_name, test_id, in_file, out_file, group)[source]¶ Represents an input and output test. Parameters: test_name (str) – Name of the test. test_id (str) – Unique identifier for the test. in_file (File) – Input file for the test. out_file (File) – Output file for the test. group (str) – Group identifier for the test.