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

Function suite

test/test_text.py:137–142  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

135#---------------------------------------------------------------------------------------------------
136
137def suite():
138 suite = unittest.TestSuite()
139 suite.addTest(unittest.TestLoader().loadTestsFromTestCase(TestLexicon))
140 suite.addTest(unittest.TestLoader().loadTestsFromTestCase(TestParser))
141 suite.addTest(unittest.TestLoader().loadTestsFromTestCase(TestSentiment))
142 return suite
143
144if __name__ == "__main__":
145 unittest.TextTestRunner(verbosity=1).run(suite())

Callers 1

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