From 3f6105f6a81d0f7e0e192a0ad1d2183502e85689 Mon Sep 17 00:00:00 2001 From: "Salvador E. Tropea" Date: Mon, 27 Sep 2021 11:56:03 -0300 Subject: [PATCH] Adapted the KiCost tests to the new grouping default. --- tests/yaml_samples/int_bom_kicost_sel_dist_1_xlsx.kibot.yaml | 1 + tests/yaml_samples/int_bom_kicost_simple_xlsx.kibot.yaml | 1 + 2 files changed, 2 insertions(+) diff --git a/tests/yaml_samples/int_bom_kicost_sel_dist_1_xlsx.kibot.yaml b/tests/yaml_samples/int_bom_kicost_sel_dist_1_xlsx.kibot.yaml index 823f2d17..0ed7fc34 100644 --- a/tests/yaml_samples/int_bom_kicost_sel_dist_1_xlsx.kibot.yaml +++ b/tests/yaml_samples/int_bom_kicost_sel_dist_1_xlsx.kibot.yaml @@ -10,6 +10,7 @@ outputs: options: use_alt: true number: 50 + group_fields: ['Part', 'Part Lib', 'Value', 'Footprint', 'Footprint Lib'] columns: - References - Part diff --git a/tests/yaml_samples/int_bom_kicost_simple_xlsx.kibot.yaml b/tests/yaml_samples/int_bom_kicost_simple_xlsx.kibot.yaml index a8f9dd7c..d523a6eb 100644 --- a/tests/yaml_samples/int_bom_kicost_simple_xlsx.kibot.yaml +++ b/tests/yaml_samples/int_bom_kicost_simple_xlsx.kibot.yaml @@ -10,6 +10,7 @@ outputs: options: use_alt: true number: 50 + group_fields: ['Part', 'Part Lib', 'Value', 'Footprint', 'Footprint Lib'] columns: - References - Part