MCPcopy Create free account
hub / github.com/jasperproject/jasper-client / setUp

Method setUp

tests/test_modules.py:17–19  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

15class 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.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected