src/eric7/Testing/TestingWidget.py

branch
eric7
changeset 10451
aa89d938d5cf
parent 10442
bf4a24c55c57
child 10452
5e262757999c
equal deleted inserted replaced
10450:486b86309a33 10451:aa89d938d5cf
1468 self, 1468 self,
1469 self.tr("Discovery Error"), 1469 self.tr("Discovery Error"),
1470 self.tr( 1470 self.tr(
1471 "<p>There was an error while discovering tests in <b>{0}</b>.</p>" 1471 "<p>There was an error while discovering tests in <b>{0}</b>.</p>"
1472 "<p>{1}</p>" 1472 "<p>{1}</p>"
1473 ).format("<br/>".join(error.splitlines())), 1473 ).format(
1474 self.discoveryPicker.currentText(),
1475 "<br/>".join(error.splitlines()),
1476 ),
1474 ) 1477 )
1475 1478
1476 def __testDiscoveryProcessFinished(self, results, output): # noqa: U100 1479 def __testDiscoveryProcessFinished(self, results, output): # noqa: U100
1477 """ 1480 """
1478 Private slot to handle the 'testFinished' signal of the executor in 1481 Private slot to handle the 'testFinished' signal of the executor in

eric ide

mercurial