From 828893cab8cab30ae6849a60d60b158cce30357e Mon Sep 17 00:00:00 2001 From: Cursor Agent Date: Tue, 26 Aug 2025 06:31:51 +0000 Subject: [PATCH] Reorganize test structure and add test organization documentation Co-authored-by: walter.pogantsch --- tests/TEST_INDEX.md | 15 ++++++++------- .../TEST_ORGANIZATION_SUMMARY.md | 0 {scripts => tests}/setup_test_environment.py | 0 tests/unit/test_enhanced_structured_outputs.py | 1 - tests/unit/test_generated_files_fix.py | 1 - 5 files changed, 8 insertions(+), 9 deletions(-) rename TEST_ORGANIZATION_SUMMARY.md => tests/TEST_ORGANIZATION_SUMMARY.md (100%) rename {scripts => tests}/setup_test_environment.py (100%) delete mode 100644 tests/unit/test_enhanced_structured_outputs.py delete mode 100644 tests/unit/test_generated_files_fix.py diff --git a/tests/TEST_INDEX.md b/tests/TEST_INDEX.md index b1f8723..92cbea6 100644 --- a/tests/TEST_INDEX.md +++ b/tests/TEST_INDEX.md @@ -1,11 +1,12 @@ # Test Index - `conftest.py` +- `integration/test_agent_execution.py` +- `integration/test_gemini_integration.py` - `organize_tests.py` -- `test_agent_execution.py` -- `test_base_agent.py` -- `test_enhanced_structured_outputs.py` -- `test_gemini_integration.py` -- `test_generated_files_fix.py` -- `test_src_error_fix.py` -- `test_utils.py` \ No newline at end of file +- `setup_test_environment.py` +- `system/test_complete_workflow.py` +- `test_utils.py` +- `unit/test_base_agent.py` +- `unit/test_diagram_generation.py` +- `unit/test_src_error_fix.py` \ No newline at end of file diff --git a/TEST_ORGANIZATION_SUMMARY.md b/tests/TEST_ORGANIZATION_SUMMARY.md similarity index 100% rename from TEST_ORGANIZATION_SUMMARY.md rename to tests/TEST_ORGANIZATION_SUMMARY.md diff --git a/scripts/setup_test_environment.py b/tests/setup_test_environment.py similarity index 100% rename from scripts/setup_test_environment.py rename to tests/setup_test_environment.py diff --git a/tests/unit/test_enhanced_structured_outputs.py b/tests/unit/test_enhanced_structured_outputs.py deleted file mode 100644 index 0519ecb..0000000 --- a/tests/unit/test_enhanced_structured_outputs.py +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/tests/unit/test_generated_files_fix.py b/tests/unit/test_generated_files_fix.py deleted file mode 100644 index 0519ecb..0000000 --- a/tests/unit/test_generated_files_fix.py +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file