diff options
| author | historia <historiavg@proton.me> | 2026-08-27 17:46:02 -0400 |
|---|---|---|
| committer | historia <historiavg@proton.me> | 2026-08-27 17:46:02 -0400 |
| commit | 2a9a78dd1caec0811ed2640b28375890ee96e4cc (patch) | |
| tree | 6aebbb503a98eb035015ff56e51d4ccc4f4a395e /app/tests/test_backends.py | |
| parent | cef2352a5e81b272d067c2c02eb9588e54edfcfd (diff) | |
| download | tts-audiobook-generator-2a9a78dd1caec0811ed2640b28375890ee96e4cc.tar.gz | |
feat: help menu in tui
Diffstat (limited to 'app/tests/test_backends.py')
| -rw-r--r-- | app/tests/test_backends.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/tests/test_backends.py b/app/tests/test_backends.py index d4534fb..a49a2f2 100644 --- a/app/tests/test_backends.py +++ b/app/tests/test_backends.py @@ -650,7 +650,7 @@ class QwenModelsScreenTests(unittest.TestCase): ("Install Base", ("install", "Base")), ("Install VoiceDesign", ("install", "VoiceDesign")), ]) - self.assertEqual(kwargs["table_title"], "Model state") + self.assertEqual(kwargs["table_title"], "Model State") self.assertEqual(kwargs["table_rows"][0], ("CustomVoice", "installed", "ok")) @@ -707,7 +707,7 @@ class QwenModelsScreenTests(unittest.TestCase): # No task-view run, one guidance flash instead of a download. self.assertEqual(runs, []) guidance = ("Install the qwen-tts backend first " - "(Configure backends > Install Backend).") + "(Configure Backends > Install Backend).") self.assertEqual(flashes, [(guidance, "warn")]) # While the backend is missing, Install is replaced by dimmed-out # "(backend not installed)" placeholders — actions stay inert. |
