Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for Audio Events #84

Merged
merged 1 commit into from
Feb 13, 2024
Merged

Add support for Audio Events #84

merged 1 commit into from
Feb 13, 2024

Conversation

HennerM
Copy link
Collaborator

@HennerM HennerM commented Feb 6, 2024

No description provided.

speechmatics/cli.py Show resolved Hide resolved
speechmatics/cli_parser.py Outdated Show resolved Hide resolved
speechmatics/client.py Show resolved Hide resolved
@aaronng91
Copy link
Contributor

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

@HennerM
Copy link
Collaborator Author

HennerM commented Feb 9, 2024

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
Copy link
Contributor

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

speechmatics/cli_parser.py Outdated Show resolved Hide resolved
@HennerM HennerM merged commit a9e3b31 into master Feb 13, 2024
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

4 participants