From b33682a0b315985777a984beea6479d0d90253ea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20SAILLANT?= <108685187+electron-rare@users.noreply.github.com> Date: Sun, 8 Mar 2026 20:01:18 +0100 Subject: [PATCH] test(python): keep stable repo-local suite aligned --- tools/test_python.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/test_python.sh b/tools/test_python.sh index a5eaab0..18f82fa 100755 --- a/tools/test_python.sh +++ b/tools/test_python.sh @@ -54,7 +54,7 @@ EOF mcp) cat <<'EOF' mcp: - test/test_notion_mcp.py + test/test_knowledge_base_mcp.py test/test_github_dispatch_mcp.py test/test_nexar_mcp.py EOF @@ -140,7 +140,7 @@ if [[ "${SUITE}" == "stable" || "${SUITE}" == "all" ]]; then fi if [[ "${SUITE}" == "mcp" || "${SUITE}" == "all" ]]; then - run_discover test 'test_notion_mcp.py' + run_discover test 'test_knowledge_base_mcp.py' run_discover test 'test_github_dispatch_mcp.py' run_discover test 'test_nexar_mcp.py' fi