-
Notifications
You must be signed in to change notification settings - Fork 205
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
整理: e2e single API テスト vol 8 (#1166)
* refactor: e2e single API スナップショットテストを追加 * fix: `POST synthesis_morphing` disable * fix: lint * fix: テスト fail 説明文を明確化 * refactor: wavスナップショット共通処理を util 関数に切り出し * fix: Any エラーを手動型付けで回避 * fix: FIXME/NOTE の混同を解消 Co-authored-by: Hiroshiba <[email protected]> * fix: 冗長な動作説明コメントを削除 Co-authored-by: Hiroshiba <[email protected]> * fix: 音声波形ハッシュ化の名称を厳格化 * fix: 現象報告と既存問題を混同しうるコメントを明確化 * fix: wavファイル常時ハッシュ化 Co-authored-by: Hiroshiba <[email protected]> * fix: missing import * fix: wavファイルスナップショットを更新 --------- Co-authored-by: Hiroshiba <[email protected]>
- Loading branch information
Showing
11 changed files
with
61 additions
and
19 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
# serializer version: 1 | ||
# name: test_テキストと話者IDから音声を合成できる | ||
'MD5:9cb1070db2510240ff63a16fd42907c9' | ||
'MD5:8f7ddc461c68542d4d8ef4cd5c54ca82' | ||
# --- |
File renamed without changes.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
# serializer version: 1 | ||
# name: test_post_frame_synthesis_200 | ||
'MD5:1c385210acba238994604a8cee96aee3' | ||
# --- |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
# serializer version: 1 | ||
# name: test_post_synthesis_200 | ||
'MD5:f7d42ce5787856549abc3d2d7561c06f' | ||
# --- |
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
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
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