Files
Odoo-Modules/graphify-out/cache/3b5a741ccf66c81f39e6603da4defb28cc812e88c33faeb580c17c37c0a8288a.json
gsinghpal 41d0908ade changes
2026-04-24 21:04:38 -04:00

1 line
14 KiB
JSON

{"nodes": [{"id": "users_gurpreet_github_odoo_modules_fusion_accounting_assets_tests_test_asset_anomaly_detection_py", "label": "test_asset_anomaly_detection.py", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_assets/tests/test_asset_anomaly_detection.py", "source_location": "L1"}, {"id": "test_asset_anomaly_detection_testassetanomalydetection", "label": "TestAssetAnomalyDetection", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_assets/tests/test_asset_anomaly_detection.py", "source_location": "L9"}, {"id": "transactioncase", "label": "TransactionCase", "file_type": "code", "source_file": "", "source_location": ""}, {"id": "test_asset_anomaly_detection_testassetanomalydetection_test_schedule_variance_within_threshold_returns_none", "label": ".test_schedule_variance_within_threshold_returns_none()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_assets/tests/test_asset_anomaly_detection.py", "source_location": "L11"}, {"id": "test_asset_anomaly_detection_testassetanomalydetection_test_schedule_variance_behind_schedule_low_severity", "label": ".test_schedule_variance_behind_schedule_low_severity()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_assets/tests/test_asset_anomaly_detection.py", "source_location": "L19"}, {"id": "test_asset_anomaly_detection_testassetanomalydetection_test_schedule_variance_ahead_high_severity", "label": ".test_schedule_variance_ahead_high_severity()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_assets/tests/test_asset_anomaly_detection.py", "source_location": "L29"}, {"id": "test_asset_anomaly_detection_testassetanomalydetection_test_schedule_variance_zero_expected_returns_none", "label": ".test_schedule_variance_zero_expected_returns_none()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_assets/tests/test_asset_anomaly_detection.py", "source_location": "L39"}, {"id": "test_asset_anomaly_detection_testassetanomalydetection_test_low_utilization_flags_when_underused", "label": ".test_low_utilization_flags_when_underused()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_assets/tests/test_asset_anomaly_detection.py", "source_location": "L46"}, {"id": "test_asset_anomaly_detection_testassetanomalydetection_test_low_utilization_within_tolerance_returns_none", "label": ".test_low_utilization_within_tolerance_returns_none()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_assets/tests/test_asset_anomaly_detection.py", "source_location": "L55"}, {"id": "test_asset_anomaly_detection_testassetanomalydetection_test_anomaly_to_dict_round_trip", "label": ".test_anomaly_to_dict_round_trip()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_assets/tests/test_asset_anomaly_detection.py", "source_location": "L62"}], "edges": [{"source": "users_gurpreet_github_odoo_modules_fusion_accounting_assets_tests_test_asset_anomaly_detection_py", "target": "odoo_tests_common", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_assets/tests/test_asset_anomaly_detection.py", "source_location": "L1", "weight": 1.0}, {"source": "users_gurpreet_github_odoo_modules_fusion_accounting_assets_tests_test_asset_anomaly_detection_py", "target": "odoo_tests", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_assets/tests/test_asset_anomaly_detection.py", "source_location": "L2", "weight": 1.0}, {"source": "users_gurpreet_github_odoo_modules_fusion_accounting_assets_tests_test_asset_anomaly_detection_py", "target": "odoo_addons_fusion_accounting_assets_services_anomaly_detection", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_assets/tests/test_asset_anomaly_detection.py", "source_location": "L3", "weight": 1.0}, {"source": "users_gurpreet_github_odoo_modules_fusion_accounting_assets_tests_test_asset_anomaly_detection_py", "target": "test_asset_anomaly_detection_testassetanomalydetection", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_assets/tests/test_asset_anomaly_detection.py", "source_location": "L9", "weight": 1.0}, {"source": "test_asset_anomaly_detection_testassetanomalydetection", "target": "transactioncase", "relation": "inherits", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_assets/tests/test_asset_anomaly_detection.py", "source_location": "L9", "weight": 1.0}, {"source": "test_asset_anomaly_detection_testassetanomalydetection", "target": "test_asset_anomaly_detection_testassetanomalydetection_test_schedule_variance_within_threshold_returns_none", "relation": "method", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_assets/tests/test_asset_anomaly_detection.py", "source_location": "L11", "weight": 1.0}, {"source": "test_asset_anomaly_detection_testassetanomalydetection", "target": "test_asset_anomaly_detection_testassetanomalydetection_test_schedule_variance_behind_schedule_low_severity", "relation": "method", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_assets/tests/test_asset_anomaly_detection.py", "source_location": "L19", "weight": 1.0}, {"source": "test_asset_anomaly_detection_testassetanomalydetection", "target": "test_asset_anomaly_detection_testassetanomalydetection_test_schedule_variance_ahead_high_severity", "relation": "method", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_assets/tests/test_asset_anomaly_detection.py", "source_location": "L29", "weight": 1.0}, {"source": "test_asset_anomaly_detection_testassetanomalydetection", "target": "test_asset_anomaly_detection_testassetanomalydetection_test_schedule_variance_zero_expected_returns_none", "relation": "method", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_assets/tests/test_asset_anomaly_detection.py", "source_location": "L39", "weight": 1.0}, {"source": "test_asset_anomaly_detection_testassetanomalydetection", "target": "test_asset_anomaly_detection_testassetanomalydetection_test_low_utilization_flags_when_underused", "relation": "method", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_assets/tests/test_asset_anomaly_detection.py", "source_location": "L46", "weight": 1.0}, {"source": "test_asset_anomaly_detection_testassetanomalydetection", "target": "test_asset_anomaly_detection_testassetanomalydetection_test_low_utilization_within_tolerance_returns_none", "relation": "method", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_assets/tests/test_asset_anomaly_detection.py", "source_location": "L55", "weight": 1.0}, {"source": "test_asset_anomaly_detection_testassetanomalydetection", "target": "test_asset_anomaly_detection_testassetanomalydetection_test_anomaly_to_dict_round_trip", "relation": "method", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_assets/tests/test_asset_anomaly_detection.py", "source_location": "L62", "weight": 1.0}], "raw_calls": [{"caller_nid": "test_asset_anomaly_detection_testassetanomalydetection_test_schedule_variance_within_threshold_returns_none", "callee": "detect_schedule_variance", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_assets/tests/test_asset_anomaly_detection.py", "source_location": "L13"}, {"caller_nid": "test_asset_anomaly_detection_testassetanomalydetection_test_schedule_variance_within_threshold_returns_none", "callee": "assertIsNone", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_assets/tests/test_asset_anomaly_detection.py", "source_location": "L17"}, {"caller_nid": "test_asset_anomaly_detection_testassetanomalydetection_test_schedule_variance_behind_schedule_low_severity", "callee": "detect_schedule_variance", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_assets/tests/test_asset_anomaly_detection.py", "source_location": "L21"}, {"caller_nid": "test_asset_anomaly_detection_testassetanomalydetection_test_schedule_variance_behind_schedule_low_severity", "callee": "assertIsNotNone", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_assets/tests/test_asset_anomaly_detection.py", "source_location": "L25"}, {"caller_nid": "test_asset_anomaly_detection_testassetanomalydetection_test_schedule_variance_behind_schedule_low_severity", "callee": "assertEqual", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_assets/tests/test_asset_anomaly_detection.py", "source_location": "L26"}, {"caller_nid": "test_asset_anomaly_detection_testassetanomalydetection_test_schedule_variance_behind_schedule_low_severity", "callee": "assertEqual", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_assets/tests/test_asset_anomaly_detection.py", "source_location": "L27"}, {"caller_nid": "test_asset_anomaly_detection_testassetanomalydetection_test_schedule_variance_ahead_high_severity", "callee": "detect_schedule_variance", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_assets/tests/test_asset_anomaly_detection.py", "source_location": "L31"}, {"caller_nid": "test_asset_anomaly_detection_testassetanomalydetection_test_schedule_variance_ahead_high_severity", "callee": "assertIsNotNone", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_assets/tests/test_asset_anomaly_detection.py", "source_location": "L35"}, {"caller_nid": "test_asset_anomaly_detection_testassetanomalydetection_test_schedule_variance_ahead_high_severity", "callee": "assertEqual", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_assets/tests/test_asset_anomaly_detection.py", "source_location": "L36"}, {"caller_nid": "test_asset_anomaly_detection_testassetanomalydetection_test_schedule_variance_ahead_high_severity", "callee": "assertEqual", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_assets/tests/test_asset_anomaly_detection.py", "source_location": "L37"}, {"caller_nid": "test_asset_anomaly_detection_testassetanomalydetection_test_schedule_variance_zero_expected_returns_none", "callee": "detect_schedule_variance", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_assets/tests/test_asset_anomaly_detection.py", "source_location": "L40"}, {"caller_nid": "test_asset_anomaly_detection_testassetanomalydetection_test_schedule_variance_zero_expected_returns_none", "callee": "assertIsNone", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_assets/tests/test_asset_anomaly_detection.py", "source_location": "L44"}, {"caller_nid": "test_asset_anomaly_detection_testassetanomalydetection_test_low_utilization_flags_when_underused", "callee": "detect_low_utilization", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_assets/tests/test_asset_anomaly_detection.py", "source_location": "L48"}, {"caller_nid": "test_asset_anomaly_detection_testassetanomalydetection_test_low_utilization_flags_when_underused", "callee": "assertIsNotNone", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_assets/tests/test_asset_anomaly_detection.py", "source_location": "L51"}, {"caller_nid": "test_asset_anomaly_detection_testassetanomalydetection_test_low_utilization_flags_when_underused", "callee": "assertEqual", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_assets/tests/test_asset_anomaly_detection.py", "source_location": "L52"}, {"caller_nid": "test_asset_anomaly_detection_testassetanomalydetection_test_low_utilization_flags_when_underused", "callee": "assertEqual", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_assets/tests/test_asset_anomaly_detection.py", "source_location": "L53"}, {"caller_nid": "test_asset_anomaly_detection_testassetanomalydetection_test_low_utilization_within_tolerance_returns_none", "callee": "detect_low_utilization", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_assets/tests/test_asset_anomaly_detection.py", "source_location": "L57"}, {"caller_nid": "test_asset_anomaly_detection_testassetanomalydetection_test_low_utilization_within_tolerance_returns_none", "callee": "assertIsNone", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_assets/tests/test_asset_anomaly_detection.py", "source_location": "L60"}, {"caller_nid": "test_asset_anomaly_detection_testassetanomalydetection_test_anomaly_to_dict_round_trip", "callee": "AssetAnomaly", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_assets/tests/test_asset_anomaly_detection.py", "source_location": "L63"}, {"caller_nid": "test_asset_anomaly_detection_testassetanomalydetection_test_anomaly_to_dict_round_trip", "callee": "to_dict", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_assets/tests/test_asset_anomaly_detection.py", "source_location": "L68"}, {"caller_nid": "test_asset_anomaly_detection_testassetanomalydetection_test_anomaly_to_dict_round_trip", "callee": "assertEqual", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_assets/tests/test_asset_anomaly_detection.py", "source_location": "L69"}, {"caller_nid": "test_asset_anomaly_detection_testassetanomalydetection_test_anomaly_to_dict_round_trip", "callee": "assertEqual", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_assets/tests/test_asset_anomaly_detection.py", "source_location": "L70"}, {"caller_nid": "test_asset_anomaly_detection_testassetanomalydetection_test_anomaly_to_dict_round_trip", "callee": "assertEqual", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_assets/tests/test_asset_anomaly_detection.py", "source_location": "L71"}]}