(self, cid='test-console-id')
| 34 | |
| 35 | class MockMsfConsole: |
| 36 | def __init__(self, cid='test-console-id'): |
| 37 | self.cid = cid |
| 38 | |
| 39 | def read(self): |
| 40 | return {'data': 'test output', 'prompt': 'msf6 > ', 'busy': False} |
nothing calls this directly
no outgoing calls
no test coverage detected