From 197fa32f2ca6948d94721ce7dee4d7172b0def46 Mon Sep 17 00:00:00 2001 From: John Lancaster <32917998+jsl12@users.noreply.github.com> Date: Sat, 20 Jun 2026 20:37:09 -0500 Subject: [PATCH] rename --- docs/prompts/testing/inital_test_structure.md | 5 ----- .../{test_step6_tool_fallback.py => test_tool_fallback.py} | 0 2 files changed, 5 deletions(-) delete mode 100644 docs/prompts/testing/inital_test_structure.md rename tests/integration/catalog/{test_step6_tool_fallback.py => test_tool_fallback.py} (100%) diff --git a/docs/prompts/testing/inital_test_structure.md b/docs/prompts/testing/inital_test_structure.md deleted file mode 100644 index 0d12e44..0000000 --- a/docs/prompts/testing/inital_test_structure.md +++ /dev/null @@ -1,5 +0,0 @@ -# Prompt For Creating Initial Test Structure - -Create an initial test structure in `./tests` based around pytest best practices. - -This is a placeholder until there's more content \ No newline at end of file diff --git a/tests/integration/catalog/test_step6_tool_fallback.py b/tests/integration/catalog/test_tool_fallback.py similarity index 100% rename from tests/integration/catalog/test_step6_tool_fallback.py rename to tests/integration/catalog/test_tool_fallback.py