We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f289f1 commit b4cf954Copy full SHA for b4cf954
agents/ten_packages/extension/elevenlabs_tts_python/tests/test_basic.py
@@ -28,9 +28,12 @@ def on_start(self, ten_env: TenEnvTester) -> None:
28
print("tester on_start_done")
29
ten_env.on_start_done()
30
31
+ # TODO: move stop_test() to where the test passes
32
+ ten_env.stop_test()
33
+
34
35
def test_basic():
36
tester = ExtensionTesterBasic()
37
tester.add_addon_base_dir(str(Path(__file__).resolve().parent.parent))
- tester.set_test_mode_single("default_async_extension_python")
38
+ tester.set_test_mode_single("elevenlabs_tts_python")
39
tester.run()
0 commit comments