Merge remote-tracking branch 'origin/master'

This commit is contained in:
sttentest 2025-09-17 14:40:26 +02:00
commit 23e61faa56
2 changed files with 1857 additions and 13 deletions

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 148 KiB

After

Width:  |  Height:  |  Size: 141 KiB

View File

@ -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", "-")