eric6/PyUnit/UnittestDialog.py

changeset 7900
72b88fb20261
parent 7780
41420f82c0ac
child 7923
91e843545d9a
equal deleted inserted replaced
7899:ecf67e07b6e0 7900:72b88fb20261
658 @pyqtSlot() 658 @pyqtSlot()
659 def startTests(self, failedOnly=False): 659 def startTests(self, failedOnly=False):
660 """ 660 """
661 Public slot to start the test. 661 Public slot to start the test.
662 662
663 @keyparam failedOnly flag indicating to run only failed tests (boolean) 663 @param failedOnly flag indicating to run only failed tests (boolean)
664 """ 664 """
665 if self.running: 665 if self.running:
666 return 666 return
667 667
668 discover = self.discoverCheckBox.isChecked() 668 discover = self.discoverCheckBox.isChecked()

eric ide

mercurial