PyUnit/UnittestDialog.py

branch
5_1_x
changeset 1493
876e068d632d
parent 1485
b0d0ddac7012
child 1510
e75ecf2bd9dd
equal deleted inserted replaced
1489:e647aa92e0ea 1493:876e068d632d
190 Private slot to handle changes of the test file name. 190 Private slot to handle changes of the test file name.
191 191
192 @param txt name of the test file (string) 192 @param txt name of the test file (string)
193 """ 193 """
194 if self.dbs: 194 if self.dbs:
195 exts = self.dbs.getExtensions("Python3") 195 exts = self.dbs.getExtensions("Python2")
196 if txt.endswith(exts): 196 if txt.endswith(exts):
197 self.coverageCheckBox.setChecked(False) 197 self.coverageCheckBox.setChecked(False)
198 self.coverageCheckBox.setEnabled(False) 198 self.coverageCheckBox.setEnabled(False)
199 self.localCheckBox.setChecked(False) 199 self.localCheckBox.setChecked(False)
200 self.localCheckBox.setEnabled(False) 200 self.localCheckBox.setEnabled(False)

eric ide

mercurial