(self)
| 341 | |
| 342 | class BaseTaskTest(StubbedClientTest): |
| 343 | def setUp(self): |
| 344 | super().setUp() |
| 345 | self.transfer_coordinator = TransferCoordinator() |
| 346 | |
| 347 | def get_task(self, task_cls, **kwargs): |
| 348 | if 'transfer_coordinator' not in kwargs: |
no test coverage detected