-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Reduce Technical Debt: Unit and Integration Tests (#9)
This PR reduces technical debt by improving the unit and integration tests in Whisper. The primary change required was to repackage some of the code and implement interfaces for mocks -- particularly mocks for Google Secret Manager, the only external service currently being used with Whisper. There are unit tests for the library code, and for both the server and the client, independently testing against a test server and test request respectively.
- Loading branch information
Showing
21 changed files
with
1,127 additions
and
77 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.