1 line
21 KiB
JSON
1 line
21 KiB
JSON
{"nodes": [{"id": "users_gurpreet_github_odoo_modules_fusion_accounting_reports_tests_test_reports_controller_py", "label": "test_reports_controller.py", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_reports/tests/test_reports_controller.py", "source_location": "L1"}, {"id": "test_reports_controller_testreportscontroller", "label": "TestReportsController", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_reports/tests/test_reports_controller.py", "source_location": "L9"}, {"id": "httpcase", "label": "HttpCase", "file_type": "code", "source_file": "", "source_location": ""}, {"id": "test_reports_controller_testreportscontroller_setup", "label": ".setUp()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_reports/tests/test_reports_controller.py", "source_location": "L11"}, {"id": "test_reports_controller_testreportscontroller_jsonrpc", "label": "._jsonrpc()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_reports/tests/test_reports_controller.py", "source_location": "L19"}, {"id": "test_reports_controller_testreportscontroller_test_list_available", "label": ".test_list_available()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_reports/tests/test_reports_controller.py", "source_location": "L42"}, {"id": "test_reports_controller_testreportscontroller_test_run_pnl", "label": ".test_run_pnl()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_reports/tests/test_reports_controller.py", "source_location": "L50"}, {"id": "test_reports_controller_testreportscontroller_test_run_balance_sheet", "label": ".test_run_balance_sheet()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_reports/tests/test_reports_controller.py", "source_location": "L60"}, {"id": "test_reports_controller_testreportscontroller_test_drill_down_returns_list", "label": ".test_drill_down_returns_list()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_reports/tests/test_reports_controller.py", "source_location": "L69"}, {"id": "test_reports_controller_testreportscontroller_test_get_anomalies_returns_list", "label": ".test_get_anomalies_returns_list()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_reports/tests/test_reports_controller.py", "source_location": "L83"}, {"id": "test_reports_controller_testreportscontroller_test_get_commentary_returns_dict", "label": ".test_get_commentary_returns_dict()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_reports/tests/test_reports_controller.py", "source_location": "L93"}, {"id": "test_reports_controller_testreportscontroller_test_export_pdf_returns_pdf", "label": ".test_export_pdf_returns_pdf()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_reports/tests/test_reports_controller.py", "source_location": "L104"}, {"id": "test_reports_controller_testreportscontroller_test_export_xlsx_returns_xlsx", "label": ".test_export_xlsx_returns_xlsx()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_reports/tests/test_reports_controller.py", "source_location": "L114"}, {"id": "test_reports_controller_rationale_1", "label": "Controller tests using HttpCase for the 8 JSON-RPC endpoints.", "file_type": "rationale", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_reports/tests/test_reports_controller.py", "source_location": "L1"}], "edges": [{"source": "users_gurpreet_github_odoo_modules_fusion_accounting_reports_tests_test_reports_controller_py", "target": "json", "relation": "imports", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_reports/tests/test_reports_controller.py", "source_location": "L3", "weight": 1.0}, {"source": "users_gurpreet_github_odoo_modules_fusion_accounting_reports_tests_test_reports_controller_py", "target": "odoo_tests_common", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_reports/tests/test_reports_controller.py", "source_location": "L5", "weight": 1.0}, {"source": "users_gurpreet_github_odoo_modules_fusion_accounting_reports_tests_test_reports_controller_py", "target": "test_reports_controller_testreportscontroller", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_reports/tests/test_reports_controller.py", "source_location": "L9", "weight": 1.0}, {"source": "test_reports_controller_testreportscontroller", "target": "httpcase", "relation": "inherits", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_reports/tests/test_reports_controller.py", "source_location": "L9", "weight": 1.0}, {"source": "test_reports_controller_testreportscontroller", "target": "test_reports_controller_testreportscontroller_setup", "relation": "method", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_reports/tests/test_reports_controller.py", "source_location": "L11", "weight": 1.0}, {"source": "test_reports_controller_testreportscontroller", "target": "test_reports_controller_testreportscontroller_jsonrpc", "relation": "method", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_reports/tests/test_reports_controller.py", "source_location": "L19", "weight": 1.0}, {"source": "test_reports_controller_testreportscontroller", "target": "test_reports_controller_testreportscontroller_test_list_available", "relation": "method", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_reports/tests/test_reports_controller.py", "source_location": "L42", "weight": 1.0}, {"source": "test_reports_controller_testreportscontroller", "target": "test_reports_controller_testreportscontroller_test_run_pnl", "relation": "method", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_reports/tests/test_reports_controller.py", "source_location": "L50", "weight": 1.0}, {"source": "test_reports_controller_testreportscontroller", "target": "test_reports_controller_testreportscontroller_test_run_balance_sheet", "relation": "method", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_reports/tests/test_reports_controller.py", "source_location": "L60", "weight": 1.0}, {"source": "test_reports_controller_testreportscontroller", "target": "test_reports_controller_testreportscontroller_test_drill_down_returns_list", "relation": "method", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_reports/tests/test_reports_controller.py", "source_location": "L69", "weight": 1.0}, {"source": "test_reports_controller_testreportscontroller", "target": "test_reports_controller_testreportscontroller_test_get_anomalies_returns_list", "relation": "method", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_reports/tests/test_reports_controller.py", "source_location": "L83", "weight": 1.0}, {"source": "test_reports_controller_testreportscontroller", "target": "test_reports_controller_testreportscontroller_test_get_commentary_returns_dict", "relation": "method", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_reports/tests/test_reports_controller.py", "source_location": "L93", "weight": 1.0}, {"source": "test_reports_controller_testreportscontroller", "target": "test_reports_controller_testreportscontroller_test_export_pdf_returns_pdf", "relation": "method", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_reports/tests/test_reports_controller.py", "source_location": "L104", "weight": 1.0}, {"source": "test_reports_controller_testreportscontroller", "target": "test_reports_controller_testreportscontroller_test_export_xlsx_returns_xlsx", "relation": "method", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_reports/tests/test_reports_controller.py", "source_location": "L114", "weight": 1.0}, {"source": "test_reports_controller_testreportscontroller_test_list_available", "target": "test_reports_controller_testreportscontroller_jsonrpc", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_reports/tests/test_reports_controller.py", "source_location": "L43", "weight": 1.0}, {"source": "test_reports_controller_testreportscontroller_test_run_pnl", "target": "test_reports_controller_testreportscontroller_jsonrpc", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_reports/tests/test_reports_controller.py", "source_location": "L51", "weight": 1.0}, {"source": "test_reports_controller_testreportscontroller_test_run_balance_sheet", "target": "test_reports_controller_testreportscontroller_jsonrpc", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_reports/tests/test_reports_controller.py", "source_location": "L61", "weight": 1.0}, {"source": "test_reports_controller_testreportscontroller_test_drill_down_returns_list", "target": "test_reports_controller_testreportscontroller_jsonrpc", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_reports/tests/test_reports_controller.py", "source_location": "L75", "weight": 1.0}, {"source": "test_reports_controller_testreportscontroller_test_get_anomalies_returns_list", "target": "test_reports_controller_testreportscontroller_jsonrpc", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_reports/tests/test_reports_controller.py", "source_location": "L84", "weight": 1.0}, {"source": "test_reports_controller_testreportscontroller_test_get_commentary_returns_dict", "target": "test_reports_controller_testreportscontroller_jsonrpc", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_reports/tests/test_reports_controller.py", "source_location": "L94", "weight": 1.0}, {"source": "test_reports_controller_testreportscontroller_test_export_pdf_returns_pdf", "target": "test_reports_controller_testreportscontroller_jsonrpc", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_reports/tests/test_reports_controller.py", "source_location": "L105", "weight": 1.0}, {"source": "test_reports_controller_testreportscontroller_test_export_xlsx_returns_xlsx", "target": "test_reports_controller_testreportscontroller_jsonrpc", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_reports/tests/test_reports_controller.py", "source_location": "L119", "weight": 1.0}, {"source": "test_reports_controller_rationale_1", "target": "users_gurpreet_github_odoo_modules_fusion_accounting_reports_tests_test_reports_controller_py", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_reports/tests/test_reports_controller.py", "source_location": "L1", "weight": 1.0}], "raw_calls": [{"caller_nid": "test_reports_controller_testreportscontroller_setup", "callee": "super", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_reports/tests/test_reports_controller.py", "source_location": "L12"}, {"caller_nid": "test_reports_controller_testreportscontroller_setup", "callee": "new_test_user", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_reports/tests/test_reports_controller.py", "source_location": "L13"}, {"caller_nid": "test_reports_controller_testreportscontroller_jsonrpc", "callee": "authenticate", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_reports/tests/test_reports_controller.py", "source_location": "L20"}, {"caller_nid": "test_reports_controller_testreportscontroller_jsonrpc", "callee": "url_open", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_reports/tests/test_reports_controller.py", "source_location": "L28"}, {"caller_nid": "test_reports_controller_testreportscontroller_jsonrpc", "callee": "dumps", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_reports/tests/test_reports_controller.py", "source_location": "L30"}, {"caller_nid": "test_reports_controller_testreportscontroller_jsonrpc", "callee": "assertEqual", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_reports/tests/test_reports_controller.py", "source_location": "L33"}, {"caller_nid": "test_reports_controller_testreportscontroller_jsonrpc", "callee": "json", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_reports/tests/test_reports_controller.py", "source_location": "L37"}, {"caller_nid": "test_reports_controller_testreportscontroller_jsonrpc", "callee": "fail", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_reports/tests/test_reports_controller.py", "source_location": "L39"}, {"caller_nid": "test_reports_controller_testreportscontroller_jsonrpc", "callee": "get", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_reports/tests/test_reports_controller.py", "source_location": "L40"}, {"caller_nid": "test_reports_controller_testreportscontroller_test_list_available", "callee": "assertIn", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_reports/tests/test_reports_controller.py", "source_location": "L46"}, {"caller_nid": "test_reports_controller_testreportscontroller_test_list_available", "callee": "assertIn", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_reports/tests/test_reports_controller.py", "source_location": "L48"}, {"caller_nid": "test_reports_controller_testreportscontroller_test_run_pnl", "callee": "assertEqual", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_reports/tests/test_reports_controller.py", "source_location": "L57"}, {"caller_nid": "test_reports_controller_testreportscontroller_test_run_pnl", "callee": "get", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_reports/tests/test_reports_controller.py", "source_location": "L57"}, {"caller_nid": "test_reports_controller_testreportscontroller_test_run_pnl", "callee": "assertIn", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_reports/tests/test_reports_controller.py", "source_location": "L58"}, {"caller_nid": "test_reports_controller_testreportscontroller_test_run_balance_sheet", "callee": "assertEqual", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_reports/tests/test_reports_controller.py", "source_location": "L67"}, {"caller_nid": "test_reports_controller_testreportscontroller_test_run_balance_sheet", "callee": "get", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_reports/tests/test_reports_controller.py", "source_location": "L67"}, {"caller_nid": "test_reports_controller_testreportscontroller_test_drill_down_returns_list", "callee": "search", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_reports/tests/test_reports_controller.py", "source_location": "L70"}, {"caller_nid": "test_reports_controller_testreportscontroller_test_drill_down_returns_list", "callee": "skipTest", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_reports/tests/test_reports_controller.py", "source_location": "L74"}, {"caller_nid": "test_reports_controller_testreportscontroller_test_drill_down_returns_list", "callee": "str", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_reports/tests/test_reports_controller.py", "source_location": "L77"}, {"caller_nid": "test_reports_controller_testreportscontroller_test_drill_down_returns_list", "callee": "str", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_reports/tests/test_reports_controller.py", "source_location": "L78"}, {"caller_nid": "test_reports_controller_testreportscontroller_test_drill_down_returns_list", "callee": "assertIn", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_reports/tests/test_reports_controller.py", "source_location": "L81"}, {"caller_nid": "test_reports_controller_testreportscontroller_test_get_anomalies_returns_list", "callee": "assertIn", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_reports/tests/test_reports_controller.py", "source_location": "L91"}, {"caller_nid": "test_reports_controller_testreportscontroller_test_get_commentary_returns_dict", "callee": "assertIn", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_reports/tests/test_reports_controller.py", "source_location": "L100"}, {"caller_nid": "test_reports_controller_testreportscontroller_test_get_commentary_returns_dict", "callee": "assertIn", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_reports/tests/test_reports_controller.py", "source_location": "L101"}, {"caller_nid": "test_reports_controller_testreportscontroller_test_get_commentary_returns_dict", "callee": "assertIn", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_reports/tests/test_reports_controller.py", "source_location": "L102"}, {"caller_nid": "test_reports_controller_testreportscontroller_test_export_pdf_returns_pdf", "callee": "assertEqual", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_reports/tests/test_reports_controller.py", "source_location": "L110"}, {"caller_nid": "test_reports_controller_testreportscontroller_test_export_pdf_returns_pdf", "callee": "get", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_reports/tests/test_reports_controller.py", "source_location": "L110"}, {"caller_nid": "test_reports_controller_testreportscontroller_test_export_pdf_returns_pdf", "callee": "assertIn", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_reports/tests/test_reports_controller.py", "source_location": "L111"}, {"caller_nid": "test_reports_controller_testreportscontroller_test_export_pdf_returns_pdf", "callee": "assertTrue", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_reports/tests/test_reports_controller.py", "source_location": "L112"}, {"caller_nid": "test_reports_controller_testreportscontroller_test_export_pdf_returns_pdf", "callee": "endswith", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_reports/tests/test_reports_controller.py", "source_location": "L112"}, {"caller_nid": "test_reports_controller_testreportscontroller_test_export_pdf_returns_pdf", "callee": "get", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_reports/tests/test_reports_controller.py", "source_location": "L112"}, {"caller_nid": "test_reports_controller_testreportscontroller_test_export_xlsx_returns_xlsx", "callee": "skipTest", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_reports/tests/test_reports_controller.py", "source_location": "L118"}, {"caller_nid": "test_reports_controller_testreportscontroller_test_export_xlsx_returns_xlsx", "callee": "assertEqual", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_reports/tests/test_reports_controller.py", "source_location": "L124"}, {"caller_nid": "test_reports_controller_testreportscontroller_test_export_xlsx_returns_xlsx", "callee": "get", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_reports/tests/test_reports_controller.py", "source_location": "L124"}, {"caller_nid": "test_reports_controller_testreportscontroller_test_export_xlsx_returns_xlsx", "callee": "assertTrue", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_reports/tests/test_reports_controller.py", "source_location": "L125"}, {"caller_nid": "test_reports_controller_testreportscontroller_test_export_xlsx_returns_xlsx", "callee": "get", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_reports/tests/test_reports_controller.py", "source_location": "L125"}, {"caller_nid": "test_reports_controller_testreportscontroller_test_export_xlsx_returns_xlsx", "callee": "assertTrue", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_reports/tests/test_reports_controller.py", "source_location": "L126"}, {"caller_nid": "test_reports_controller_testreportscontroller_test_export_xlsx_returns_xlsx", "callee": "endswith", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_reports/tests/test_reports_controller.py", "source_location": "L126"}, {"caller_nid": "test_reports_controller_testreportscontroller_test_export_xlsx_returns_xlsx", "callee": "get", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_reports/tests/test_reports_controller.py", "source_location": "L126"}]} |