1 line
27 KiB
JSON
1 line
27 KiB
JSON
{"nodes": [{"id": "users_gurpreet_github_odoo_modules_fusion_accounting_bank_rec_tests_test_matching_strategies_py", "label": "test_matching_strategies.py", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_bank_rec/tests/test_matching_strategies.py", "source_location": "L1"}, {"id": "test_matching_strategies_testamountexactstrategy", "label": "TestAmountExactStrategy", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_bank_rec/tests/test_matching_strategies.py", "source_location": "L8"}, {"id": "transactioncase", "label": "TransactionCase", "file_type": "code", "source_file": "", "source_location": ""}, {"id": "test_matching_strategies_testamountexactstrategy_test_picks_exact_amount", "label": ".test_picks_exact_amount()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_bank_rec/tests/test_matching_strategies.py", "source_location": "L10"}, {"id": "test_matching_strategies_testamountexactstrategy_test_no_match_when_no_exact", "label": ".test_no_match_when_no_exact()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_bank_rec/tests/test_matching_strategies.py", "source_location": "L20"}, {"id": "test_matching_strategies_testamountexactstrategy_test_picks_oldest_when_multiple_exact", "label": ".test_picks_oldest_when_multiple_exact()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_bank_rec/tests/test_matching_strategies.py", "source_location": "L28"}, {"id": "test_matching_strategies_testamountexactstrategy_test_handles_empty_candidates", "label": ".test_handles_empty_candidates()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_bank_rec/tests/test_matching_strategies.py", "source_location": "L37"}, {"id": "test_matching_strategies_testfifostrategy", "label": "TestFIFOStrategy", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_bank_rec/tests/test_matching_strategies.py", "source_location": "L43"}, {"id": "test_matching_strategies_testfifostrategy_test_picks_oldest_first", "label": ".test_picks_oldest_first()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_bank_rec/tests/test_matching_strategies.py", "source_location": "L45"}, {"id": "test_matching_strategies_testfifostrategy_test_handles_partial_payment", "label": ".test_handles_partial_payment()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_bank_rec/tests/test_matching_strategies.py", "source_location": "L54"}, {"id": "test_matching_strategies_testfifostrategy_test_handles_empty_candidates", "label": ".test_handles_empty_candidates()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_bank_rec/tests/test_matching_strategies.py", "source_location": "L62"}, {"id": "test_matching_strategies_testmultiinvoicestrategy", "label": "TestMultiInvoiceStrategy", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_bank_rec/tests/test_matching_strategies.py", "source_location": "L68"}, {"id": "test_matching_strategies_testmultiinvoicestrategy_test_finds_smallest_set_summing_to_amount", "label": ".test_finds_smallest_set_summing_to_amount()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_bank_rec/tests/test_matching_strategies.py", "source_location": "L70"}, {"id": "test_matching_strategies_testmultiinvoicestrategy_test_returns_empty_when_no_combination_sums", "label": ".test_returns_empty_when_no_combination_sums()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_bank_rec/tests/test_matching_strategies.py", "source_location": "L85"}, {"id": "test_matching_strategies_testmultiinvoicestrategy_test_respects_max_combinations", "label": ".test_respects_max_combinations()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_bank_rec/tests/test_matching_strategies.py", "source_location": "L94"}, {"id": "test_matching_strategies_testmultiinvoicestrategy_test_strategy_name_includes_combination_size", "label": ".test_strategy_name_includes_combination_size()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_bank_rec/tests/test_matching_strategies.py", "source_location": "L103"}], "edges": [{"source": "users_gurpreet_github_odoo_modules_fusion_accounting_bank_rec_tests_test_matching_strategies_py", "target": "odoo_tests_common", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_bank_rec/tests/test_matching_strategies.py", "source_location": "L1", "weight": 1.0}, {"source": "users_gurpreet_github_odoo_modules_fusion_accounting_bank_rec_tests_test_matching_strategies_py", "target": "odoo_addons_fusion_accounting_bank_rec_services_matching_strategies", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_bank_rec/tests/test_matching_strategies.py", "source_location": "L2", "weight": 1.0}, {"source": "users_gurpreet_github_odoo_modules_fusion_accounting_bank_rec_tests_test_matching_strategies_py", "target": "test_matching_strategies_testamountexactstrategy", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_bank_rec/tests/test_matching_strategies.py", "source_location": "L8", "weight": 1.0}, {"source": "test_matching_strategies_testamountexactstrategy", "target": "transactioncase", "relation": "inherits", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_bank_rec/tests/test_matching_strategies.py", "source_location": "L8", "weight": 1.0}, {"source": "test_matching_strategies_testamountexactstrategy", "target": "test_matching_strategies_testamountexactstrategy_test_picks_exact_amount", "relation": "method", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_bank_rec/tests/test_matching_strategies.py", "source_location": "L10", "weight": 1.0}, {"source": "test_matching_strategies_testamountexactstrategy", "target": "test_matching_strategies_testamountexactstrategy_test_no_match_when_no_exact", "relation": "method", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_bank_rec/tests/test_matching_strategies.py", "source_location": "L20", "weight": 1.0}, {"source": "test_matching_strategies_testamountexactstrategy", "target": "test_matching_strategies_testamountexactstrategy_test_picks_oldest_when_multiple_exact", "relation": "method", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_bank_rec/tests/test_matching_strategies.py", "source_location": "L28", "weight": 1.0}, {"source": "test_matching_strategies_testamountexactstrategy", "target": "test_matching_strategies_testamountexactstrategy_test_handles_empty_candidates", "relation": "method", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_bank_rec/tests/test_matching_strategies.py", "source_location": "L37", "weight": 1.0}, {"source": "users_gurpreet_github_odoo_modules_fusion_accounting_bank_rec_tests_test_matching_strategies_py", "target": "test_matching_strategies_testfifostrategy", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_bank_rec/tests/test_matching_strategies.py", "source_location": "L43", "weight": 1.0}, {"source": "test_matching_strategies_testfifostrategy", "target": "transactioncase", "relation": "inherits", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_bank_rec/tests/test_matching_strategies.py", "source_location": "L43", "weight": 1.0}, {"source": "test_matching_strategies_testfifostrategy", "target": "test_matching_strategies_testfifostrategy_test_picks_oldest_first", "relation": "method", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_bank_rec/tests/test_matching_strategies.py", "source_location": "L45", "weight": 1.0}, {"source": "test_matching_strategies_testfifostrategy", "target": "test_matching_strategies_testfifostrategy_test_handles_partial_payment", "relation": "method", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_bank_rec/tests/test_matching_strategies.py", "source_location": "L54", "weight": 1.0}, {"source": "test_matching_strategies_testfifostrategy", "target": "test_matching_strategies_testfifostrategy_test_handles_empty_candidates", "relation": "method", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_bank_rec/tests/test_matching_strategies.py", "source_location": "L62", "weight": 1.0}, {"source": "users_gurpreet_github_odoo_modules_fusion_accounting_bank_rec_tests_test_matching_strategies_py", "target": "test_matching_strategies_testmultiinvoicestrategy", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_bank_rec/tests/test_matching_strategies.py", "source_location": "L68", "weight": 1.0}, {"source": "test_matching_strategies_testmultiinvoicestrategy", "target": "transactioncase", "relation": "inherits", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_bank_rec/tests/test_matching_strategies.py", "source_location": "L68", "weight": 1.0}, {"source": "test_matching_strategies_testmultiinvoicestrategy", "target": "test_matching_strategies_testmultiinvoicestrategy_test_finds_smallest_set_summing_to_amount", "relation": "method", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_bank_rec/tests/test_matching_strategies.py", "source_location": "L70", "weight": 1.0}, {"source": "test_matching_strategies_testmultiinvoicestrategy", "target": "test_matching_strategies_testmultiinvoicestrategy_test_returns_empty_when_no_combination_sums", "relation": "method", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_bank_rec/tests/test_matching_strategies.py", "source_location": "L85", "weight": 1.0}, {"source": "test_matching_strategies_testmultiinvoicestrategy", "target": "test_matching_strategies_testmultiinvoicestrategy_test_respects_max_combinations", "relation": "method", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_bank_rec/tests/test_matching_strategies.py", "source_location": "L94", "weight": 1.0}, {"source": "test_matching_strategies_testmultiinvoicestrategy", "target": "test_matching_strategies_testmultiinvoicestrategy_test_strategy_name_includes_combination_size", "relation": "method", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_bank_rec/tests/test_matching_strategies.py", "source_location": "L103", "weight": 1.0}], "raw_calls": [{"caller_nid": "test_matching_strategies_testamountexactstrategy_test_picks_exact_amount", "callee": "Candidate", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_bank_rec/tests/test_matching_strategies.py", "source_location": "L12"}, {"caller_nid": "test_matching_strategies_testamountexactstrategy_test_picks_exact_amount", "callee": "Candidate", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_bank_rec/tests/test_matching_strategies.py", "source_location": "L13"}, {"caller_nid": "test_matching_strategies_testamountexactstrategy_test_picks_exact_amount", "callee": "Candidate", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_bank_rec/tests/test_matching_strategies.py", "source_location": "L14"}, {"caller_nid": "test_matching_strategies_testamountexactstrategy_test_picks_exact_amount", "callee": "match", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_bank_rec/tests/test_matching_strategies.py", "source_location": "L16"}, {"caller_nid": "test_matching_strategies_testamountexactstrategy_test_picks_exact_amount", "callee": "AmountExactStrategy", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_bank_rec/tests/test_matching_strategies.py", "source_location": "L16"}, {"caller_nid": "test_matching_strategies_testamountexactstrategy_test_picks_exact_amount", "callee": "assertEqual", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_bank_rec/tests/test_matching_strategies.py", "source_location": "L17"}, {"caller_nid": "test_matching_strategies_testamountexactstrategy_test_picks_exact_amount", "callee": "assertEqual", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_bank_rec/tests/test_matching_strategies.py", "source_location": "L18"}, {"caller_nid": "test_matching_strategies_testamountexactstrategy_test_no_match_when_no_exact", "callee": "Candidate", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_bank_rec/tests/test_matching_strategies.py", "source_location": "L22"}, {"caller_nid": "test_matching_strategies_testamountexactstrategy_test_no_match_when_no_exact", "callee": "Candidate", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_bank_rec/tests/test_matching_strategies.py", "source_location": "L23"}, {"caller_nid": "test_matching_strategies_testamountexactstrategy_test_no_match_when_no_exact", "callee": "match", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_bank_rec/tests/test_matching_strategies.py", "source_location": "L25"}, {"caller_nid": "test_matching_strategies_testamountexactstrategy_test_no_match_when_no_exact", "callee": "AmountExactStrategy", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_bank_rec/tests/test_matching_strategies.py", "source_location": "L25"}, {"caller_nid": "test_matching_strategies_testamountexactstrategy_test_no_match_when_no_exact", "callee": "assertEqual", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_bank_rec/tests/test_matching_strategies.py", "source_location": "L26"}, {"caller_nid": "test_matching_strategies_testamountexactstrategy_test_picks_oldest_when_multiple_exact", "callee": "Candidate", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_bank_rec/tests/test_matching_strategies.py", "source_location": "L30"}, {"caller_nid": "test_matching_strategies_testamountexactstrategy_test_picks_oldest_when_multiple_exact", "callee": "Candidate", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_bank_rec/tests/test_matching_strategies.py", "source_location": "L31"}, {"caller_nid": "test_matching_strategies_testamountexactstrategy_test_picks_oldest_when_multiple_exact", "callee": "Candidate", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_bank_rec/tests/test_matching_strategies.py", "source_location": "L32"}, {"caller_nid": "test_matching_strategies_testamountexactstrategy_test_picks_oldest_when_multiple_exact", "callee": "match", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_bank_rec/tests/test_matching_strategies.py", "source_location": "L34"}, {"caller_nid": "test_matching_strategies_testamountexactstrategy_test_picks_oldest_when_multiple_exact", "callee": "AmountExactStrategy", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_bank_rec/tests/test_matching_strategies.py", "source_location": "L34"}, {"caller_nid": "test_matching_strategies_testamountexactstrategy_test_picks_oldest_when_multiple_exact", "callee": "assertEqual", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_bank_rec/tests/test_matching_strategies.py", "source_location": "L35"}, {"caller_nid": "test_matching_strategies_testamountexactstrategy_test_handles_empty_candidates", "callee": "match", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_bank_rec/tests/test_matching_strategies.py", "source_location": "L38"}, {"caller_nid": "test_matching_strategies_testamountexactstrategy_test_handles_empty_candidates", "callee": "AmountExactStrategy", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_bank_rec/tests/test_matching_strategies.py", "source_location": "L38"}, {"caller_nid": "test_matching_strategies_testamountexactstrategy_test_handles_empty_candidates", "callee": "assertEqual", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_bank_rec/tests/test_matching_strategies.py", "source_location": "L39"}, {"caller_nid": "test_matching_strategies_testfifostrategy_test_picks_oldest_first", "callee": "Candidate", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_bank_rec/tests/test_matching_strategies.py", "source_location": "L47"}, {"caller_nid": "test_matching_strategies_testfifostrategy_test_picks_oldest_first", "callee": "Candidate", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_bank_rec/tests/test_matching_strategies.py", "source_location": "L48"}, {"caller_nid": "test_matching_strategies_testfifostrategy_test_picks_oldest_first", "callee": "Candidate", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_bank_rec/tests/test_matching_strategies.py", "source_location": "L49"}, {"caller_nid": "test_matching_strategies_testfifostrategy_test_picks_oldest_first", "callee": "match", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_bank_rec/tests/test_matching_strategies.py", "source_location": "L51"}, {"caller_nid": "test_matching_strategies_testfifostrategy_test_picks_oldest_first", "callee": "FIFOStrategy", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_bank_rec/tests/test_matching_strategies.py", "source_location": "L51"}, {"caller_nid": "test_matching_strategies_testfifostrategy_test_picks_oldest_first", "callee": "assertEqual", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_bank_rec/tests/test_matching_strategies.py", "source_location": "L52"}, {"caller_nid": "test_matching_strategies_testfifostrategy_test_handles_partial_payment", "callee": "Candidate", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_bank_rec/tests/test_matching_strategies.py", "source_location": "L56"}, {"caller_nid": "test_matching_strategies_testfifostrategy_test_handles_partial_payment", "callee": "match", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_bank_rec/tests/test_matching_strategies.py", "source_location": "L58"}, {"caller_nid": "test_matching_strategies_testfifostrategy_test_handles_partial_payment", "callee": "FIFOStrategy", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_bank_rec/tests/test_matching_strategies.py", "source_location": "L58"}, {"caller_nid": "test_matching_strategies_testfifostrategy_test_handles_partial_payment", "callee": "assertEqual", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_bank_rec/tests/test_matching_strategies.py", "source_location": "L59"}, {"caller_nid": "test_matching_strategies_testfifostrategy_test_handles_partial_payment", "callee": "assertEqual", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_bank_rec/tests/test_matching_strategies.py", "source_location": "L60"}, {"caller_nid": "test_matching_strategies_testfifostrategy_test_handles_empty_candidates", "callee": "match", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_bank_rec/tests/test_matching_strategies.py", "source_location": "L63"}, {"caller_nid": "test_matching_strategies_testfifostrategy_test_handles_empty_candidates", "callee": "FIFOStrategy", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_bank_rec/tests/test_matching_strategies.py", "source_location": "L63"}, {"caller_nid": "test_matching_strategies_testfifostrategy_test_handles_empty_candidates", "callee": "assertEqual", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_bank_rec/tests/test_matching_strategies.py", "source_location": "L64"}, {"caller_nid": "test_matching_strategies_testmultiinvoicestrategy_test_finds_smallest_set_summing_to_amount", "callee": "Candidate", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_bank_rec/tests/test_matching_strategies.py", "source_location": "L72"}, {"caller_nid": "test_matching_strategies_testmultiinvoicestrategy_test_finds_smallest_set_summing_to_amount", "callee": "Candidate", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_bank_rec/tests/test_matching_strategies.py", "source_location": "L73"}, {"caller_nid": "test_matching_strategies_testmultiinvoicestrategy_test_finds_smallest_set_summing_to_amount", "callee": "Candidate", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_bank_rec/tests/test_matching_strategies.py", "source_location": "L74"}, {"caller_nid": "test_matching_strategies_testmultiinvoicestrategy_test_finds_smallest_set_summing_to_amount", "callee": "Candidate", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_bank_rec/tests/test_matching_strategies.py", "source_location": "L75"}, {"caller_nid": "test_matching_strategies_testmultiinvoicestrategy_test_finds_smallest_set_summing_to_amount", "callee": "match", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_bank_rec/tests/test_matching_strategies.py", "source_location": "L77"}, {"caller_nid": "test_matching_strategies_testmultiinvoicestrategy_test_finds_smallest_set_summing_to_amount", "callee": "MultiInvoiceStrategy", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_bank_rec/tests/test_matching_strategies.py", "source_location": "L77"}, {"caller_nid": "test_matching_strategies_testmultiinvoicestrategy_test_finds_smallest_set_summing_to_amount", "callee": "assertEqual", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_bank_rec/tests/test_matching_strategies.py", "source_location": "L80"}, {"caller_nid": "test_matching_strategies_testmultiinvoicestrategy_test_finds_smallest_set_summing_to_amount", "callee": "len", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_bank_rec/tests/test_matching_strategies.py", "source_location": "L80"}, {"caller_nid": "test_matching_strategies_testmultiinvoicestrategy_test_finds_smallest_set_summing_to_amount", "callee": "assertAlmostEqual", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_bank_rec/tests/test_matching_strategies.py", "source_location": "L83"}, {"caller_nid": "test_matching_strategies_testmultiinvoicestrategy_test_finds_smallest_set_summing_to_amount", "callee": "sum", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_bank_rec/tests/test_matching_strategies.py", "source_location": "L83"}, {"caller_nid": "test_matching_strategies_testmultiinvoicestrategy_test_returns_empty_when_no_combination_sums", "callee": "Candidate", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_bank_rec/tests/test_matching_strategies.py", "source_location": "L87"}, {"caller_nid": "test_matching_strategies_testmultiinvoicestrategy_test_returns_empty_when_no_combination_sums", "callee": "Candidate", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_bank_rec/tests/test_matching_strategies.py", "source_location": "L88"}, {"caller_nid": "test_matching_strategies_testmultiinvoicestrategy_test_returns_empty_when_no_combination_sums", "callee": "match", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_bank_rec/tests/test_matching_strategies.py", "source_location": "L90"}, {"caller_nid": "test_matching_strategies_testmultiinvoicestrategy_test_returns_empty_when_no_combination_sums", "callee": "MultiInvoiceStrategy", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_bank_rec/tests/test_matching_strategies.py", "source_location": "L90"}, {"caller_nid": "test_matching_strategies_testmultiinvoicestrategy_test_returns_empty_when_no_combination_sums", "callee": "assertEqual", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_bank_rec/tests/test_matching_strategies.py", "source_location": "L92"}, {"caller_nid": "test_matching_strategies_testmultiinvoicestrategy_test_respects_max_combinations", "callee": "Candidate", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_bank_rec/tests/test_matching_strategies.py", "source_location": "L96"}, {"caller_nid": "test_matching_strategies_testmultiinvoicestrategy_test_respects_max_combinations", "callee": "range", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_bank_rec/tests/test_matching_strategies.py", "source_location": "L97"}, {"caller_nid": "test_matching_strategies_testmultiinvoicestrategy_test_respects_max_combinations", "callee": "match", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_bank_rec/tests/test_matching_strategies.py", "source_location": "L98"}, {"caller_nid": "test_matching_strategies_testmultiinvoicestrategy_test_respects_max_combinations", "callee": "MultiInvoiceStrategy", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_bank_rec/tests/test_matching_strategies.py", "source_location": "L98"}, {"caller_nid": "test_matching_strategies_testmultiinvoicestrategy_test_respects_max_combinations", "callee": "assertEqual", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_bank_rec/tests/test_matching_strategies.py", "source_location": "L101"}, {"caller_nid": "test_matching_strategies_testmultiinvoicestrategy_test_strategy_name_includes_combination_size", "callee": "Candidate", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_bank_rec/tests/test_matching_strategies.py", "source_location": "L105"}, {"caller_nid": "test_matching_strategies_testmultiinvoicestrategy_test_strategy_name_includes_combination_size", "callee": "Candidate", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_bank_rec/tests/test_matching_strategies.py", "source_location": "L106"}, {"caller_nid": "test_matching_strategies_testmultiinvoicestrategy_test_strategy_name_includes_combination_size", "callee": "match", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_bank_rec/tests/test_matching_strategies.py", "source_location": "L108"}, {"caller_nid": "test_matching_strategies_testmultiinvoicestrategy_test_strategy_name_includes_combination_size", "callee": "MultiInvoiceStrategy", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_bank_rec/tests/test_matching_strategies.py", "source_location": "L108"}, {"caller_nid": "test_matching_strategies_testmultiinvoicestrategy_test_strategy_name_includes_combination_size", "callee": "assertEqual", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_bank_rec/tests/test_matching_strategies.py", "source_location": "L110"}, {"caller_nid": "test_matching_strategies_testmultiinvoicestrategy_test_strategy_name_includes_combination_size", "callee": "set", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_bank_rec/tests/test_matching_strategies.py", "source_location": "L110"}, {"caller_nid": "test_matching_strategies_testmultiinvoicestrategy_test_strategy_name_includes_combination_size", "callee": "assertIn", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_bank_rec/tests/test_matching_strategies.py", "source_location": "L111"}]} |