crowsetta
crowsetta copied to clipboard
test all built-in formats in `tests/test_transcriber.py`
need to add tests that ensure all built-in formats install properly
to avoid another bug like this one: https://github.com/NickleDave/crowsetta/commit/599149f2bb52fb4cd01deca4d4b151fff085171c
noticed that tests/test_transcriber.py does currently test notmat and koumura
so we really just need to do the following for tests/test_transcriber.py
- [ ] add tests for
phn - [ ] add tests for
textgrid - [ ] add tests for
csv(format)
looking at this again. Part of the issue is I used unittest format. Should refactor to use pytest abstractions like fixtures