From acbd9ff2c91182d96c57ffb57bee6e9b3fcbcbd4 Mon Sep 17 00:00:00 2001 From: historia Date: Wed, 26 Aug 2026 01:43:41 -0400 Subject: refactor: split tts.py into per-backend packages --- app/tests/test_backends.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/tests/test_backends.py') diff --git a/app/tests/test_backends.py b/app/tests/test_backends.py index 1f146e5..47dc5d4 100644 --- a/app/tests/test_backends.py +++ b/app/tests/test_backends.py @@ -22,7 +22,7 @@ class FormatLaunchHintTests(unittest.TestCase): class RegistryTests(unittest.TestCase): def setUp(self): # The registry is built lazily on first access (the backend modules - # pull in converter.tts and its deps, which are only available inside + # pull in converter.clients and its deps, which are only available inside # the managed venv). Trigger the build so these tests don't depend on # another test class having called detect_all() first. get("audiocpp") -- cgit v1.2.3