{"nodes": [{"id": "backend_tests_test_config_py", "label": "test_config.py", "file_type": "code", "source_file": "backend/tests/test_config.py", "source_location": "L1"}, {"id": "test_config_test_database_url_required", "label": "test_database_url_required()", "file_type": "code", "source_file": "backend/tests/test_config.py", "source_location": "L12"}, {"id": "test_config_rationale_1", "label": "Config fail-fast: importing app.config with DATABASE_URL unset must raise.", "file_type": "rationale", "source_file": "backend/tests/test_config.py", "source_location": "L1"}, {"id": "test_config_rationale_13", "label": "Settings() with empty DATABASE_URL \u2192 RuntimeError at instantiation.", "file_type": "rationale", "source_file": "backend/tests/test_config.py", "source_location": "L13"}], "edges": [{"source": "backend_tests_test_config_py", "target": "importlib", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/tests/test_config.py", "source_location": "L7", "weight": 1.0}, {"source": "backend_tests_test_config_py", "target": "pytest", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/tests/test_config.py", "source_location": "L9", "weight": 1.0}, {"source": "backend_tests_test_config_py", "target": "test_config_test_database_url_required", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/tests/test_config.py", "source_location": "L12", "weight": 1.0}, {"source": "test_config_rationale_1", "target": "backend_tests_test_config_py", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/tests/test_config.py", "source_location": "L1", "weight": 1.0}, {"source": "test_config_rationale_13", "target": "test_config_test_database_url_required", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/tests/test_config.py", "source_location": "L13", "weight": 1.0}], "raw_calls": [{"caller_nid": "test_config_test_database_url_required", "callee": "setenv", "source_file": "backend/tests/test_config.py", "source_location": "L16"}, {"caller_nid": "test_config_test_database_url_required", "callee": "raises", "source_file": "backend/tests/test_config.py", "source_location": "L18"}, {"caller_nid": "test_config_test_database_url_required", "callee": "Settings", "source_file": "backend/tests/test_config.py", "source_location": "L19"}]}