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

Method test_tenses

test/test_it.py:190–194  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

188 print "pattern.it.inflect.lexeme()"
189
190 def test_tenses(self):
191 # Assert tense recognition.
192 self.assertTrue((it.PRESENT, 3, it.SG) in it.tenses(u"è"))
193 self.assertTrue("2sg" in it.tenses("sei"))
194 print "pattern.it.tenses()"
195
196#---------------------------------------------------------------------------------------------------
197

Callers

nothing calls this directly

Calls 1

tensesMethod · 0.45

Tested by

no test coverage detected