deepgram-dotnet-sdk icon indicating copy to clipboard operation
deepgram-dotnet-sdk copied to clipboard

Create UnitTests That Actually Hit the API

Open davidvonthenen opened this issue 1 year ago • 0 comments

Proposed changes

While the existing unit tests are good at ensuring the SDK adheres to predefined interfaces, they do nothing to ensure the SDK actually works.

I was implementing a Microphone example to exercise the functionality of the LiveClient, but I ended up going down a rabbit hole of trying to fix the LiveClient. The latest alpha4 release broke the Live and PreRecorded Clients.

Continuing down the path of creating a bunch of example code like in the other SDKs to prove end-to-end the Clients work as designed until I get "real" end-to-end tests working.

Context

NA

Possible Implementation

NA

Other information

NA

davidvonthenen avatar Mar 28 '24 00:03 davidvonthenen