deepgram / deepgram-python-sdk

Official Python SDK for Deepgram's automated speech recognition APIs.
https://developers.deepgram.com
MIT License
239 stars 63 forks source link

[Automation] Unit Tests (Mock) - Checks Against Generated (But Real) Response Shapes #392

Closed davidvonthenen closed 3 months ago

davidvonthenen commented 6 months ago

Proposed changes

The unit tests should call and exercise against the Mock responses generated by the DG endpoint and be updated regularly.

This is implemented in Go. You can use this as a reference: https://github.com/deepgram/deepgram-go-sdk/pull/208

Context

Possible Implementation

Other information

davidvonthenen commented 3 months ago

This is in progress...

davidvonthenen commented 3 months ago

PR Merged. Closing.