From a1f5dbd0f95e76d2e7702460215ad6f458679e6c Mon Sep 17 00:00:00 2001 From: JSC Date: Wed, 2 Jul 2025 17:08:54 +0200 Subject: [PATCH] Remove mention of tests from project structure in CLAUDE.md --- CLAUDE.md | 1 - 1 file changed, 1 deletion(-) diff --git a/CLAUDE.md b/CLAUDE.md index b5d02ac..9c39902 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -87,7 +87,6 @@ The Flask backend follows a clean architecture pattern: - **Routes** (`app/routes/`): Handle HTTP requests/responses, delegate to services - **Services** (`app/services/`): Contain all business logic, pure functions when possible - **Application Factory** (`app/__init__.py`): Creates and configures Flask app -- **Tests** (`tests/`): Comprehensive test coverage for services and routes Key principles: - Routes should be thin - only handle HTTP concerns