From 23ad5ded24dfff6272a45b60d4cb7c402f57a5a8 Mon Sep 17 00:00:00 2001 From: Yahya Kousa Date: Sun, 19 Oct 2025 13:39:11 -0500 Subject: [PATCH] moved tests to tests dir --- {scripts => tests}/test_voice.py | 0 {scripts => tests}/test_websocket.py | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename {scripts => tests}/test_voice.py (100%) rename {scripts => tests}/test_websocket.py (100%) diff --git a/scripts/test_voice.py b/tests/test_voice.py similarity index 100% rename from scripts/test_voice.py rename to tests/test_voice.py diff --git a/scripts/test_websocket.py b/tests/test_websocket.py similarity index 100% rename from scripts/test_websocket.py rename to tests/test_websocket.py