1 line
15 KiB
JSON
1 line
15 KiB
JSON
{"nodes": [{"id": "users_gurpreet_github_odoo_modules_fusion_accounting_ai_tests_test_llm_provider_contract_py", "label": "test_llm_provider_contract.py", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_ai/tests/test_llm_provider_contract.py", "source_location": "L1"}, {"id": "test_llm_provider_contract_testllmprovidercontract", "label": "TestLLMProviderContract", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_ai/tests/test_llm_provider_contract.py", "source_location": "L6"}, {"id": "transactioncase", "label": "TransactionCase", "file_type": "code", "source_file": "", "source_location": ""}, {"id": "test_llm_provider_contract_testllmprovidercontract_test_base_class_defines_capability_attrs", "label": ".test_base_class_defines_capability_attrs()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_ai/tests/test_llm_provider_contract.py", "source_location": "L9"}, {"id": "test_llm_provider_contract_testllmprovidercontract_test_openai_adapter_implements_contract", "label": ".test_openai_adapter_implements_contract()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_ai/tests/test_llm_provider_contract.py", "source_location": "L15"}, {"id": "test_llm_provider_contract_testllmprovidercontract_test_claude_adapter_implements_contract", "label": ".test_claude_adapter_implements_contract()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_ai/tests/test_llm_provider_contract.py", "source_location": "L22"}, {"id": "test_llm_provider_contract_testllmprovidercontract_test_openai_adapter_uses_configurable_base_url", "label": ".test_openai_adapter_uses_configurable_base_url()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_ai/tests/test_llm_provider_contract.py", "source_location": "L29"}, {"id": "test_llm_provider_contract_testllmprovidercontract_test_openai_adapter_default_base_url_when_unset", "label": ".test_openai_adapter_default_base_url_when_unset()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_ai/tests/test_llm_provider_contract.py", "source_location": "L39"}, {"id": "test_llm_provider_contract_rationale_7", "label": "Every LLM adapter must satisfy the LLMProvider contract.", "file_type": "rationale", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_ai/tests/test_llm_provider_contract.py", "source_location": "L7"}], "edges": [{"source": "users_gurpreet_github_odoo_modules_fusion_accounting_ai_tests_test_llm_provider_contract_py", "target": "odoo_tests_common", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_ai/tests/test_llm_provider_contract.py", "source_location": "L1", "weight": 1.0}, {"source": "users_gurpreet_github_odoo_modules_fusion_accounting_ai_tests_test_llm_provider_contract_py", "target": "odoo_addons_fusion_accounting_ai_services_adapters_base", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_ai/tests/test_llm_provider_contract.py", "source_location": "L2", "weight": 1.0}, {"source": "users_gurpreet_github_odoo_modules_fusion_accounting_ai_tests_test_llm_provider_contract_py", "target": "test_llm_provider_contract_testllmprovidercontract", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_ai/tests/test_llm_provider_contract.py", "source_location": "L6", "weight": 1.0}, {"source": "test_llm_provider_contract_testllmprovidercontract", "target": "transactioncase", "relation": "inherits", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_ai/tests/test_llm_provider_contract.py", "source_location": "L6", "weight": 1.0}, {"source": "test_llm_provider_contract_testllmprovidercontract", "target": "test_llm_provider_contract_testllmprovidercontract_test_base_class_defines_capability_attrs", "relation": "method", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_ai/tests/test_llm_provider_contract.py", "source_location": "L9", "weight": 1.0}, {"source": "test_llm_provider_contract_testllmprovidercontract", "target": "test_llm_provider_contract_testllmprovidercontract_test_openai_adapter_implements_contract", "relation": "method", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_ai/tests/test_llm_provider_contract.py", "source_location": "L15", "weight": 1.0}, {"source": "test_llm_provider_contract_testllmprovidercontract", "target": "test_llm_provider_contract_testllmprovidercontract_test_claude_adapter_implements_contract", "relation": "method", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_ai/tests/test_llm_provider_contract.py", "source_location": "L22", "weight": 1.0}, {"source": "test_llm_provider_contract_testllmprovidercontract", "target": "test_llm_provider_contract_testllmprovidercontract_test_openai_adapter_uses_configurable_base_url", "relation": "method", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_ai/tests/test_llm_provider_contract.py", "source_location": "L29", "weight": 1.0}, {"source": "test_llm_provider_contract_testllmprovidercontract", "target": "test_llm_provider_contract_testllmprovidercontract_test_openai_adapter_default_base_url_when_unset", "relation": "method", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_ai/tests/test_llm_provider_contract.py", "source_location": "L39", "weight": 1.0}, {"source": "test_llm_provider_contract_rationale_7", "target": "test_llm_provider_contract_testllmprovidercontract", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_ai/tests/test_llm_provider_contract.py", "source_location": "L7", "weight": 1.0}], "raw_calls": [{"caller_nid": "test_llm_provider_contract_testllmprovidercontract_test_base_class_defines_capability_attrs", "callee": "assertTrue", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_ai/tests/test_llm_provider_contract.py", "source_location": "L10"}, {"caller_nid": "test_llm_provider_contract_testllmprovidercontract_test_base_class_defines_capability_attrs", "callee": "hasattr", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_ai/tests/test_llm_provider_contract.py", "source_location": "L10"}, {"caller_nid": "test_llm_provider_contract_testllmprovidercontract_test_base_class_defines_capability_attrs", "callee": "assertTrue", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_ai/tests/test_llm_provider_contract.py", "source_location": "L11"}, {"caller_nid": "test_llm_provider_contract_testllmprovidercontract_test_base_class_defines_capability_attrs", "callee": "hasattr", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_ai/tests/test_llm_provider_contract.py", "source_location": "L11"}, {"caller_nid": "test_llm_provider_contract_testllmprovidercontract_test_base_class_defines_capability_attrs", "callee": "assertTrue", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_ai/tests/test_llm_provider_contract.py", "source_location": "L12"}, {"caller_nid": "test_llm_provider_contract_testllmprovidercontract_test_base_class_defines_capability_attrs", "callee": "hasattr", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_ai/tests/test_llm_provider_contract.py", "source_location": "L12"}, {"caller_nid": "test_llm_provider_contract_testllmprovidercontract_test_base_class_defines_capability_attrs", "callee": "assertTrue", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_ai/tests/test_llm_provider_contract.py", "source_location": "L13"}, {"caller_nid": "test_llm_provider_contract_testllmprovidercontract_test_base_class_defines_capability_attrs", "callee": "hasattr", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_ai/tests/test_llm_provider_contract.py", "source_location": "L13"}, {"caller_nid": "test_llm_provider_contract_testllmprovidercontract_test_openai_adapter_implements_contract", "callee": "assertTrue", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_ai/tests/test_llm_provider_contract.py", "source_location": "L17"}, {"caller_nid": "test_llm_provider_contract_testllmprovidercontract_test_openai_adapter_implements_contract", "callee": "issubclass", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_ai/tests/test_llm_provider_contract.py", "source_location": "L17"}, {"caller_nid": "test_llm_provider_contract_testllmprovidercontract_test_openai_adapter_implements_contract", "callee": "OpenAIAdapter", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_ai/tests/test_llm_provider_contract.py", "source_location": "L18"}, {"caller_nid": "test_llm_provider_contract_testllmprovidercontract_test_openai_adapter_implements_contract", "callee": "assertIsInstance", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_ai/tests/test_llm_provider_contract.py", "source_location": "L19"}, {"caller_nid": "test_llm_provider_contract_testllmprovidercontract_test_openai_adapter_implements_contract", "callee": "assertIsInstance", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_ai/tests/test_llm_provider_contract.py", "source_location": "L20"}, {"caller_nid": "test_llm_provider_contract_testllmprovidercontract_test_claude_adapter_implements_contract", "callee": "assertTrue", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_ai/tests/test_llm_provider_contract.py", "source_location": "L24"}, {"caller_nid": "test_llm_provider_contract_testllmprovidercontract_test_claude_adapter_implements_contract", "callee": "issubclass", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_ai/tests/test_llm_provider_contract.py", "source_location": "L24"}, {"caller_nid": "test_llm_provider_contract_testllmprovidercontract_test_claude_adapter_implements_contract", "callee": "ClaudeAdapter", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_ai/tests/test_llm_provider_contract.py", "source_location": "L25"}, {"caller_nid": "test_llm_provider_contract_testllmprovidercontract_test_claude_adapter_implements_contract", "callee": "assertIsInstance", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_ai/tests/test_llm_provider_contract.py", "source_location": "L26"}, {"caller_nid": "test_llm_provider_contract_testllmprovidercontract_test_claude_adapter_implements_contract", "callee": "assertIsInstance", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_ai/tests/test_llm_provider_contract.py", "source_location": "L27"}, {"caller_nid": "test_llm_provider_contract_testllmprovidercontract_test_openai_adapter_uses_configurable_base_url", "callee": "set_param", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_ai/tests/test_llm_provider_contract.py", "source_location": "L30"}, {"caller_nid": "test_llm_provider_contract_testllmprovidercontract_test_openai_adapter_uses_configurable_base_url", "callee": "sudo", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_ai/tests/test_llm_provider_contract.py", "source_location": "L30"}, {"caller_nid": "test_llm_provider_contract_testllmprovidercontract_test_openai_adapter_uses_configurable_base_url", "callee": "set_param", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_ai/tests/test_llm_provider_contract.py", "source_location": "L32"}, {"caller_nid": "test_llm_provider_contract_testllmprovidercontract_test_openai_adapter_uses_configurable_base_url", "callee": "sudo", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_ai/tests/test_llm_provider_contract.py", "source_location": "L32"}, {"caller_nid": "test_llm_provider_contract_testllmprovidercontract_test_openai_adapter_uses_configurable_base_url", "callee": "OpenAIAdapter", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_ai/tests/test_llm_provider_contract.py", "source_location": "L35"}, {"caller_nid": "test_llm_provider_contract_testllmprovidercontract_test_openai_adapter_uses_configurable_base_url", "callee": "assertEqual", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_ai/tests/test_llm_provider_contract.py", "source_location": "L36"}, {"caller_nid": "test_llm_provider_contract_testllmprovidercontract_test_openai_adapter_uses_configurable_base_url", "callee": "rstrip", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_ai/tests/test_llm_provider_contract.py", "source_location": "L36"}, {"caller_nid": "test_llm_provider_contract_testllmprovidercontract_test_openai_adapter_uses_configurable_base_url", "callee": "str", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_ai/tests/test_llm_provider_contract.py", "source_location": "L36"}, {"caller_nid": "test_llm_provider_contract_testllmprovidercontract_test_openai_adapter_default_base_url_when_unset", "callee": "unlink", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_ai/tests/test_llm_provider_contract.py", "source_location": "L40"}, {"caller_nid": "test_llm_provider_contract_testllmprovidercontract_test_openai_adapter_default_base_url_when_unset", "callee": "search", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_ai/tests/test_llm_provider_contract.py", "source_location": "L40"}, {"caller_nid": "test_llm_provider_contract_testllmprovidercontract_test_openai_adapter_default_base_url_when_unset", "callee": "sudo", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_ai/tests/test_llm_provider_contract.py", "source_location": "L40"}, {"caller_nid": "test_llm_provider_contract_testllmprovidercontract_test_openai_adapter_default_base_url_when_unset", "callee": "OpenAIAdapter", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_ai/tests/test_llm_provider_contract.py", "source_location": "L44"}, {"caller_nid": "test_llm_provider_contract_testllmprovidercontract_test_openai_adapter_default_base_url_when_unset", "callee": "assertIn", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_ai/tests/test_llm_provider_contract.py", "source_location": "L45"}, {"caller_nid": "test_llm_provider_contract_testllmprovidercontract_test_openai_adapter_default_base_url_when_unset", "callee": "str", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_ai/tests/test_llm_provider_contract.py", "source_location": "L45"}]} |