Merge remote-tracking branch 'origin/master'
This commit is contained in:
commit
23e61faa56
File diff suppressed because one or more lines are too long
|
Before Width: | Height: | Size: 148 KiB After Width: | Height: | Size: 141 KiB |
|
|
@ -40,11 +40,11 @@ class Test_Resistance(Test_Test):
|
|||
if expected == 1e9:
|
||||
self.ok_counter_limit = 1
|
||||
if self.parent_assembly_widget is not None:
|
||||
self.parent_assembly_widget().set_text("AUTOTEST: SCOLLEGARE IL CONNETTORE DI PROVA")
|
||||
self.parent_assembly_widget().set_text("AUTOTEST: SCOLLEGARE IL CONNETTORE DI PROVA", bg_color="blue", text_color="white")
|
||||
else:
|
||||
self.ok_counter_limit = 3
|
||||
if self.parent_assembly_widget is not None:
|
||||
self.parent_assembly_widget().set_text("AUTOTEST: VERIFICARE CONTROLLO RESISTENZA DI PROVA")
|
||||
self.parent_assembly_widget().set_text("AUTOTEST: VERIFICARE CONTROLLO RESISTENZA DI PROVA", bg_color="blue", text_color="white")
|
||||
self.expected_l.setText(f"{expected}")
|
||||
tolerance_pos = self.step.spec.get("tolerance_pos", "-")
|
||||
tolerance_neg = self.step.spec.get("tolerance_neg", "-")
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user