@@ -240,7 +240,7 @@ def test_19b_create_eye_setups(self):
240240 assert self .aedtapp .create_setup (setup_name , "NexximAMI" )
241241
242242 @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. "
244244 )
245245 def test_20a_create_ami_plots (self , add_app ):
246246 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):
792792 assert self .aedtapp .modeler .create_text ("text test" , "1000mil" , "-2000mil" )
793793
794794 @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." )
796796 def test_44_change_text_property (self ):
797797 self .aedtapp .set_active_design ("text" )
798798 text_id = self .aedtapp .oeditor .GetAllGraphics ()[0 ].split ("@" )[1 ]
@@ -806,7 +806,7 @@ def test_44_change_text_property(self):
806806 assert not self .aedtapp .modeler .change_text_property (text_id , "Invalid" , {})
807807
808808 @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." )
810810 def test_45_create_circuit_from_multizone_layout (self , add_edb ):
811811 edb = add_edb (project_name = "multi_zone_project" )
812812 common_reference_net = "gnd"
@@ -855,7 +855,7 @@ def test_47_automatic_lna(self):
855855 )
856856 assert status
857857
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. " )
859859 def test_48_automatic_tdr (self ):
860860 touchstone_file = os .path .join (local_path , "example_models" , test_subfolder , touchstone_custom )
861861
0 commit comments