(self)
| 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") |
nothing calls this directly
no test coverage detected