(self, input_param, result)
| 123 | [TEST_CASE_1, TEST_CASE_2, TEST_CASE_3, TEST_CASE_4, TEST_CASE_5, TEST_CASE_6, TEST_CASE_7, TEST_CASE_8] |
| 124 | ) |
| 125 | def test_value(self, input_param, result): |
| 126 | self.assertListEqual(partition_dataset(**input_param), result) |
| 127 | |
| 128 | |
| 129 | if __name__ == "__main__": |
nothing calls this directly
no test coverage detected