(self)
| 15 | class TestModules(unittest.TestCase): |
| 16 | |
| 17 | def setUp(self): |
| 18 | self.profile = DEFAULT_PROFILE |
| 19 | self.send = False |
| 20 | |
| 21 | def runConversation(self, query, inputs, module): |
| 22 | """Generic method for spoofing conversation. |
nothing calls this directly
no outgoing calls
no test coverage detected