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

Function suite

test/test_nl.py:265–270  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

263#---------------------------------------------------------------------------------------------------
264
265def suite():
266 suite = unittest.TestSuite()
267 suite.addTest(unittest.TestLoader().loadTestsFromTestCase(TestInflection))
268 suite.addTest(unittest.TestLoader().loadTestsFromTestCase(TestParser))
269 suite.addTest(unittest.TestLoader().loadTestsFromTestCase(TestSentiment))
270 return suite
271
272if __name__ == "__main__":
273 unittest.TextTestRunner(verbosity=1).run(suite())

Callers 1

test_nl.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…