crowsetta icon indicating copy to clipboard operation
crowsetta copied to clipboard

test all built-in formats in `tests/test_transcriber.py`

Open NickleDave opened this issue 4 years ago • 2 comments

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

NickleDave avatar Jan 05 '21 01:01 NickleDave

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)

NickleDave avatar Jan 13 '21 00:01 NickleDave

looking at this again. Part of the issue is I used unittest format. Should refactor to use pytest abstractions like fixtures

NickleDave avatar May 27 '21 01:05 NickleDave