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)