eric7/Testing/TestingWidget.ui

branch
eric7
changeset 9081
2bbbc95972bf
parent 9066
a219ade50f7c
child 9192
a763d57e23bc
--- a/eric7/Testing/TestingWidget.ui	Thu May 19 14:40:15 2022 +0200
+++ b/eric7/Testing/TestingWidget.ui	Thu May 19 17:00:47 2022 +0200
@@ -176,11 +176,7 @@
              <string>Enter name of file defining the testsuite</string>
             </property>
             <property name="whatsThis">
-             <string>&lt;b&gt;Testsuite&lt;/b&gt;
-&lt;p&gt;Enter the name of the file defining the testsuite.
-It should have a method with a name given below. If no name is given, the suite() method will be tried. If no such method can be
-found, the module will be inspected for proper test
-cases.&lt;/p&gt;</string>
+             <string>&lt;b&gt;Testsuite&lt;/b&gt;&lt;p&gt;Enter the name of the file defining the testsuite. It should contain a method with a name given below. If no name is given, the 'suite()' method will be tried. If no such method can be found, the module will be inspected for proper test cases.&lt;/p&gt;</string>
             </property>
            </widget>
           </item>
@@ -203,7 +199,7 @@
              <string>Enter the test name. Leave empty to use the default name &quot;suite&quot;.</string>
             </property>
             <property name="whatsThis">
-             <string>&lt;b&gt;Testname&lt;/b&gt;&lt;p&gt;Enter the name of the test to be performed. This name must follow the rules given by Python's unittest module. If this field is empty, the default name of &quot;suite&quot; will be used.&lt;/p&gt;</string>
+             <string>&lt;b&gt;Testname&lt;/b&gt;&lt;p&gt;Enter the name of the test to be performed. This name must follow the rules given by selecte test framework. If this field is empty, the default name of &quot;suite&quot; will be used.&lt;/p&gt;</string>
             </property>
             <property name="editable">
              <bool>true</bool>
@@ -240,7 +236,7 @@
                <string>Select whether old coverage data should be erased</string>
               </property>
               <property name="text">
-               <string>&amp;Erase coverage data</string>
+               <string>Erase coverage data</string>
               </property>
              </widget>
             </item>

eric ide

mercurial