(dict_grouping_size)
| 80 | |
| 81 | |
| 82 | def test_callback_output_dict(dict_grouping_size): |
| 83 | if dict_grouping_size[1] == 0: |
| 84 | pytest.skip("Empty output grouping is not valid") |
| 85 | |
| 86 | check_output_for_grouping(dict_grouping_size[0]) |
| 87 | |
| 88 | |
| 89 | def test_callback_output_size(mixed_grouping_size): |
nothing calls this directly
no test coverage detected
searching dependent graphs…