speechmatics / speechmatics-python

Python library and CLI for Speechmatics
https://speechmatics.github.io/speechmatics-python/
MIT License
58 stars 14 forks source link

Add support for Audio Events #84

Closed HennerM closed 7 months ago

aaronng91 commented 7 months ago

add some unit tests to tests/test_cli and tests/test_models

HennerM commented 7 months ago

add some unit tests to tests/test_cli and tests/test_models

I don't think these tests are very useful, the test_cli are basically testing argparse and test_models test mostly the asdict method in data classes, or am I missing something?

aaronng91 commented 7 months ago

add some unit tests to tests/test_cli and tests/test_models

I don't think these tests are very useful, the test_cli are basically testing argparse and test_models test mostly the asdict method in data classes, or am I missing something?

yea its not a big deal in this case, but i think it can be useful to detect errors when you have many config options, and allos you to test the client without building it