Add tests for verb conjugation
This commit is contained in:
parent
24a6d2cfab
commit
adb370b1d3
4 changed files with 46 additions and 9 deletions
|
|
@ -228,6 +228,10 @@ class TestVerbConjugate(TestCase):
|
|||
("doing", ("doing", "doing")),
|
||||
("are", ("are", "is")),
|
||||
("had", ("had", "had")),
|
||||
("grin", ("grin", "grins")),
|
||||
("smile", ("smile", "smiles")),
|
||||
("vex", ("vex", "vexes")),
|
||||
("thrust", ("thrust", "thrusts")),
|
||||
])
|
||||
def test_verb_actor_stance_components(self, verb, expected):
|
||||
"""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue