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_backends_audiocpp.py | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'app/tests/test_backends_audiocpp.py') diff --git a/app/tests/test_backends_audiocpp.py b/app/tests/test_backends_audiocpp.py index 4a8ee5f..95f8bec 100644 --- a/app/tests/test_backends_audiocpp.py +++ b/app/tests/test_backends_audiocpp.py @@ -2713,6 +2713,10 @@ class WizardNavigationTests(unittest.TestCase): by_key = {f["key"]: f for f in fields} self.assertEqual(by_key["wav_dir"]["value"], Path(recorded_voices)) + # The directory browser alerts on the .wavs it lists. + self.assertIs(by_key["wav_dir"]["info"], common.wav_dir_info) + self.assertIs(by_key["wav_dir"]["preview"], + common.wav_dir_preview) return {f["key"]: f["value"] for f in fields} with patch.object(make_server.build, "find_local_checkout", -- cgit v1.2.3