aboutsummaryrefslogtreecommitdiff
path: root/app/tests/test_backends_faster.py
diff options
context:
space:
mode:
authorhistoria <historiavg@proton.me>2026-08-28 04:24:06 -0400
committerhistoria <historiavg@proton.me>2026-08-28 04:24:06 -0400
commit0dda9a5921eafd03853d233e077138ff72d64e4d (patch)
treecbe811a8b0fe81745577ab3d8bdf680d77ff19d2 /app/tests/test_backends_faster.py
parent876a6eb3ba9974d0eadc1fd3f628dafdc56d8716 (diff)
downloadtts-audiobook-generator-0dda9a5921eafd03853d233e077138ff72d64e4d.tar.gz
feat: .wav hints for all voice directory pickers in tui
Diffstat (limited to 'app/tests/test_backends_faster.py')
-rw-r--r--app/tests/test_backends_faster.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/app/tests/test_backends_faster.py b/app/tests/test_backends_faster.py
index 44f4907..2f21377 100644
--- a/app/tests/test_backends_faster.py
+++ b/app/tests/test_backends_faster.py
@@ -273,6 +273,11 @@ class WizardFormTests(unittest.TestCase):
captured["title"] = title
captured["keys"] = [f["key"] for f in fields]
by_key = {f["key"]: f for f in fields}
+ # The directory browser alerts on the .wavs it lists.
+ self.assertIs(by_key["wav_dir"]["info"],
+ make_voices.common.wav_dir_info)
+ self.assertIs(by_key["wav_dir"]["preview"],
+ make_voices.common.wav_dir_preview)
by_key["wav_dir"]["value"] = folder
return {f["key"]: f["value"] for f in fields}