Add tests for verb conjugation

This commit is contained in:
Griatch 2021-03-22 20:18:27 +01:00
parent 24a6d2cfab
commit adb370b1d3
4 changed files with 46 additions and 9 deletions

View file

@ -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):
"""