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

Method testTime

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

Source from the content-addressed store, hash-verified

49 self.assertTrue(outputs[2] in allJokes)
50
51 def testTime(self):
52 query = "What time is it?"
53 inputs = []
54 self.runConversation(query, inputs, Time)
55
56 @unittest.skipIf(not diagnose.check_network_connection(),
57 "No internet connection")

Callers

nothing calls this directly

Calls 1

runConversationMethod · 0.95

Tested by

no test coverage detected