diff options
| author | historia <historiavg@proton.me> | 2026-08-28 04:24:06 -0400 |
|---|---|---|
| committer | historia <historiavg@proton.me> | 2026-08-28 04:24:06 -0400 |
| commit | 0dda9a5921eafd03853d233e077138ff72d64e4d (patch) | |
| tree | cbe811a8b0fe81745577ab3d8bdf680d77ff19d2 /app/tests/test_hub.py | |
| parent | 876a6eb3ba9974d0eadc1fd3f628dafdc56d8716 (diff) | |
| download | tts-audiobook-generator-0dda9a5921eafd03853d233e077138ff72d64e4d.tar.gz | |
feat: .wav hints for all voice directory pickers in tui
Diffstat (limited to 'app/tests/test_hub.py')
| -rw-r--r-- | app/tests/test_hub.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/app/tests/test_hub.py b/app/tests/test_hub.py index 0bdf2d5..ee1425d 100644 --- a/app/tests/test_hub.py +++ b/app/tests/test_hub.py @@ -1596,6 +1596,9 @@ class ConvertFlowTests(unittest.TestCase): mode_field["choices"]}, {13}) speaker_field = self._field("speaker") clone_dir_field = self._field("clone_dir") + # The .wav directory browser alerts on the .wavs it lists. + self.assertIs(clone_dir_field["info"], hub.common.wav_dir_info) + self.assertIs(clone_dir_field["preview"], hub.common.wav_dir_preview) clone_field = self._field("clone") design_field = self._field("qwen_instructions") # Speaker shows in custom mode; the .wav directory browser and |
