From 100a4af72df5923937be39acdb1600c161e87386 Mon Sep 17 00:00:00 2001 From: William Valentin Date: Mon, 28 Jul 2025 18:28:11 -0700 Subject: [PATCH] feat: Update run_tests.py script path for better organization --- TESTING_SETUP.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TESTING_SETUP.md b/TESTING_SETUP.md index 35d8c15..86c8f32 100644 --- a/TESTING_SETUP.md +++ b/TESTING_SETUP.md @@ -84,7 +84,7 @@ test-watch: # Run tests in watch mode test-debug: # Run tests with debug output ``` -#### Created `run_tests.py` script: +#### Created `scripts/run_tests.py` script: - Standalone test runner - Coverage reporting - Cross-platform compatibility