MCPcopy Index your code
hub / github.com/clips/pattern / suite

Function suite

test/test_fr.py:220–225  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

218#---------------------------------------------------------------------------------------------------
219
220def suite():
221 suite = unittest.TestSuite()
222 suite.addTest(unittest.TestLoader().loadTestsFromTestCase(TestInflection))
223 suite.addTest(unittest.TestLoader().loadTestsFromTestCase(TestParser))
224 suite.addTest(unittest.TestLoader().loadTestsFromTestCase(TestSentiment))
225 return suite
226
227if __name__ == "__main__":
228 unittest.TextTestRunner(verbosity=1).run(suite())

Callers 1

test_fr.pyFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…