(self)
| 219 | |
| 220 | @mock.patch.object(shuffle, 'MAX_MEM_BUFFER_SIZE', 0) |
| 221 | def test_disk(self): |
| 222 | self._test_items('split1', _ITEMS, _ORDERED_ITEMS_SPLIT1) |
| 223 | self._test_items('split2', _ITEMS, _ORDERED_ITEMS_SPLIT2) |
| 224 | |
| 225 | def test_sorted_by_key(self): |
| 226 | self._test_items( |
nothing calls this directly
no test coverage detected