updating master
This commit is contained in:
@@ -206,6 +206,7 @@ class EbomCalculatorTest(unittest.TestCase):
|
||||
delta_60kw_inverter: 1,
|
||||
delta_splice_box: 2,
|
||||
delta_kit_inverter_mount: 3,
|
||||
delta_kit_inverter_mount_dt: 0
|
||||
}
|
||||
|
||||
assert_dictionary_equal(self.subject.compute_ebom(), expected_output)
|
||||
@@ -223,7 +224,6 @@ class EbomCalculatorTest(unittest.TestCase):
|
||||
'attachment_point': ('Switch Gear', None)
|
||||
},
|
||||
]
|
||||
|
||||
self.user_values.system_type.return_value = SystemType.dualTilt
|
||||
self.user_values.module_type.return_value = ModuleType.Cell96
|
||||
expected_output = {
|
||||
@@ -237,9 +237,9 @@ class EbomCalculatorTest(unittest.TestCase):
|
||||
harness_4_string_mf: 2,
|
||||
harness_4_string_fm: 2,
|
||||
delta_42kw_inverter: 1,
|
||||
delta_kit_inverter_mount: 0,
|
||||
delta_kit_inverter_mount_dt: 1,
|
||||
}
|
||||
|
||||
assert_dictionary_equal(self.subject.compute_ebom(), expected_output)
|
||||
|
||||
def test_computes_ebom_with_aux_plugs(self):
|
||||
|
||||
Reference in New Issue
Block a user