(self, msg, *args)
| 592 | dbbackup = DEBUG |
| 593 | class FakeLogger: |
| 594 | def debug(self, msg, *args): print(msg % args) |
| 595 | info = warning = error = debug |
| 596 | DEBUG = FakeLogger() |
| 597 | print(" fetching the file to establish a connection") |
no outgoing calls
no test coverage detected