(self, app)
| 30 | c, without_mingle=without_mingle, **kwargs) |
| 31 | |
| 32 | def compatible_transport(self, app): |
| 33 | with app.connection_for_read() as conn: |
| 34 | return conn.transport.driver_type in self.compatible_transports |
| 35 | |
| 36 | def start(self, c): |
| 37 | self.sync(c) |
no test coverage detected