(list_grouping_size)
| 73 | |
| 74 | |
| 75 | def test_callback_output_tuple(list_grouping_size): |
| 76 | if list_grouping_size[1] == 0: |
| 77 | pytest.skip("Empty output grouping is not valid") |
| 78 | |
| 79 | check_output_for_grouping(list_grouping_size[0]) |
| 80 | |
| 81 | |
| 82 | def test_callback_output_dict(dict_grouping_size): |
nothing calls this directly
no test coverage detected
searching dependent graphs…