(gz_path)
| 439 | ext = _FakeExtractor() |
| 440 | |
| 441 | def _prepare(gz_path): |
| 442 | if gz_path == gz_b: |
| 443 | raise SkippedExtraction("too big") |
| 444 | return prepared_a |
| 445 | |
| 446 | ext.prepare.side_effect = _prepare |
| 447 |
nothing calls this directly
no test coverage detected