Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions tests/test_mbrola.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,10 @@ def test_copy(self, mb_fix):
assert copy == mb_fix
assert copy is not mb_fix

def test_len(self, mb_fix):
assert len(mb_fix) == 5
assert len(mb_fix) == len(mb_fix.phon)


class TestPho:
def test_pho(self, mb_fix):
Expand Down
Loading