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() |