From 8d26ca15ac62b645fc7c84aded929e2455e3c33c Mon Sep 17 00:00:00 2001 From: sepandhaghighi Date: Wed, 7 Feb 2024 15:55:40 +0330 Subject: [PATCH] fix : tests modified --- test/function_test.py | 1 + 1 file changed, 1 insertion(+) diff --git a/test/function_test.py b/test/function_test.py index 51108ba..f503da7 100644 --- a/test/function_test.py +++ b/test/function_test.py @@ -2,6 +2,7 @@ """ >>> import os >>> import time +>>> os.environ["PYTHONTRACEMALLOC"] = 200 >>> from nava import play, stop, stop_all >>> play(os.path.join("others", "test.wav")) >>> sound_id_1 = play(os.path.join("others", "test.wav"), async_mode=True)