@@ -240,7 +240,7 @@ def test_19b_create_eye_setups(self):
240
240
assert self .aedtapp .create_setup (setup_name , "NexximAMI" )
241
241
242
242
@pytest .mark .skipif (
243
- is_linux and config ["desktopVersion" ] == "2024.1" , reason = "Project with multiple Circuit designs not valid "
243
+ is_linux and config ["desktopVersion" ] == "2024.1" , reason = "Project with multiple circuit designs is not working. "
244
244
)
245
245
def test_20a_create_ami_plots (self , add_app ):
246
246
ami_design = add_app (ami_project , design_name = "Models Init Only" , application = Circuit , subfolder = test_subfolder )
@@ -792,7 +792,7 @@ def test_43_create_and_change_prop_text(self):
792
792
assert self .aedtapp .modeler .create_text ("text test" , "1000mil" , "-2000mil" )
793
793
794
794
@pytest .mark .skipif (config ["NonGraphical" ], reason = "Change property doesn't work in non-graphical mode." )
795
- @pytest .mark .skipif (is_linux and config ["desktopVersion" ] == "2024.1" , reason = "Schematic has to closed." )
795
+ @pytest .mark .skipif (is_linux and config ["desktopVersion" ] == "2024.1" , reason = "Schematic has to be closed." )
796
796
def test_44_change_text_property (self ):
797
797
self .aedtapp .set_active_design ("text" )
798
798
text_id = self .aedtapp .oeditor .GetAllGraphics ()[0 ].split ("@" )[1 ]
@@ -806,7 +806,7 @@ def test_44_change_text_property(self):
806
806
assert not self .aedtapp .modeler .change_text_property (text_id , "Invalid" , {})
807
807
808
808
@pytest .mark .skipif (config ["NonGraphical" ], reason = "Change property doesn't work in non-graphical mode." )
809
- @pytest .mark .skipif (is_linux and config ["desktopVersion" ] == "2024.1" , reason = "Schematic has to closed." )
809
+ @pytest .mark .skipif (is_linux and config ["desktopVersion" ] == "2024.1" , reason = "Schematic has to be closed." )
810
810
def test_45_create_circuit_from_multizone_layout (self , add_edb ):
811
811
edb = add_edb (project_name = "multi_zone_project" )
812
812
common_reference_net = "gnd"
@@ -855,7 +855,7 @@ def test_47_automatic_lna(self):
855
855
)
856
856
assert status
857
857
858
- @pytest .mark .skipif (config ["NonGraphical" ] and is_linux , reason = "Method not working in Linux and Non graphical" )
858
+ @pytest .mark .skipif (config ["NonGraphical" ] and is_linux , reason = "Method is not working in Linux and non- graphical mode. " )
859
859
def test_48_automatic_tdr (self ):
860
860
touchstone_file = os .path .join (local_path , "example_models" , test_subfolder , touchstone_custom )
861
861
0 commit comments