From 0dda9a5921eafd03853d233e077138ff72d64e4d Mon Sep 17 00:00:00 2001 From: historia Date: Fri, 28 Aug 2026 04:24:06 -0400 Subject: feat: .wav hints for all voice directory pickers in tui --- app/tests/test_hub.py | 3 +++ 1 file changed, 3 insertions(+) (limited to 'app/tests/test_hub.py') 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 -- cgit v1.2.3