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

Method test_tenses

test/test_fr.py:122–126  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

120 print "pattern.fr.inflect.lexeme()"
121
122 def test_tenses(self):
123 # Assert tense recognition.
124 self.assertTrue((fr.PRESENT, 3, fr.SG) in fr.tenses("est"))
125 self.assertTrue("2sg" in fr.tenses("es"))
126 print "pattern.fr.tenses()"
127
128#---------------------------------------------------------------------------------------------------
129

Callers

nothing calls this directly

Calls 1

tensesMethod · 0.45

Tested by

no test coverage detected