示例#1
0
def test_correct_count_all():
    assert syllables.count('comically', all=True) == set([3, 4])
示例#2
0
def test_correct_count():
    assert syllables.count('good') == 1
    assert syllables.count('comically') == 4