(self, input_param, input_data, expected_print)
| 176 | [TEST_CASE_1, TEST_CASE_2, TEST_CASE_3, TEST_CASE_4, TEST_CASE_5, TEST_CASE_6, TEST_CASE_7, TEST_CASE_8] |
| 177 | ) |
| 178 | def test_value(self, input_param, input_data, expected_print): |
| 179 | transform = DataStats(**input_param) |
| 180 | _ = transform(input_data) |
| 181 | |
| 182 | @parameterized.expand([TEST_CASE_9, TEST_CASE_10]) |
| 183 | def test_file(self, input_data, expected_print): |