Public Access
tests: fix suite-wide collection and failures
- config: switch Settings to ConfigDict(extra='ignore') so extra env vars (spoonacular_api_key, SWIFTLY_BEARER_TOKEN) don't crash import. Remove deprecated class Config. - email: wrap SendGrid imports in try/except so the module loads without the optional dependency. Update test_email_backend to patch Mail/RepyTo. - planner_select: default PlannerConfig.set_size=21 (3 meals/day × 7) is way too large for the unit test assertion that checks 3-recipe diversity. Introduced _CFG_3 with set_size=3 and applied to all tests. - Delete stale test_matcher.py importing removed functions. Full suite: 46 passed, 74 skipped (Postgres), 0 failed, 120 collected.
This commit is contained in:
+1
@@ -0,0 +1 @@
|
||||
{"nodes": [{"id": "backend_app_schemas_never_suggest_py", "label": "never_suggest.py", "file_type": "code", "source_file": "backend/app/schemas/never_suggest.py", "source_location": "L1"}, {"id": "never_suggest_neversuggestcreate", "label": "NeverSuggestCreate", "file_type": "code", "source_file": "backend/app/schemas/never_suggest.py", "source_location": "L9"}, {"id": "basemodel", "label": "BaseModel", "file_type": "code", "source_file": "", "source_location": ""}, {"id": "never_suggest_exactly_one_target", "label": "_exactly_one_target()", "file_type": "code", "source_file": "backend/app/schemas/never_suggest.py", "source_location": "L17"}, {"id": "never_suggest_neversuggestread", "label": "NeverSuggestRead", "file_type": "code", "source_file": "backend/app/schemas/never_suggest.py", "source_location": "L24"}], "edges": [{"source": "backend_app_schemas_never_suggest_py", "target": "typing", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/app/schemas/never_suggest.py", "source_location": "L3", "weight": 1.0}, {"source": "backend_app_schemas_never_suggest_py", "target": "uuid", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/app/schemas/never_suggest.py", "source_location": "L4", "weight": 1.0}, {"source": "backend_app_schemas_never_suggest_py", "target": "pydantic", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/app/schemas/never_suggest.py", "source_location": "L6", "weight": 1.0}, {"source": "backend_app_schemas_never_suggest_py", "target": "never_suggest_neversuggestcreate", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/app/schemas/never_suggest.py", "source_location": "L9", "weight": 1.0}, {"source": "never_suggest_neversuggestcreate", "target": "basemodel", "relation": "inherits", "confidence": "EXTRACTED", "source_file": "backend/app/schemas/never_suggest.py", "source_location": "L9", "weight": 1.0}, {"source": "backend_app_schemas_never_suggest_py", "target": "never_suggest_exactly_one_target", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/app/schemas/never_suggest.py", "source_location": "L17", "weight": 1.0}, {"source": "backend_app_schemas_never_suggest_py", "target": "never_suggest_neversuggestread", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/app/schemas/never_suggest.py", "source_location": "L24", "weight": 1.0}, {"source": "never_suggest_neversuggestread", "target": "basemodel", "relation": "inherits", "confidence": "EXTRACTED", "source_file": "backend/app/schemas/never_suggest.py", "source_location": "L24", "weight": 1.0}], "raw_calls": [{"caller_nid": "never_suggest_exactly_one_target", "callee": "sum", "source_file": "backend/app/schemas/never_suggest.py", "source_location": "L18"}, {"caller_nid": "never_suggest_exactly_one_target", "callee": "ValueError", "source_file": "backend/app/schemas/never_suggest.py", "source_location": "L20"}]}
|
||||
Reference in New Issue
Block a user