MCPcopy
hub / github.com/buildbot/buildbot / stopTest

Method stopTest

master/buildbot/steps/subunit.py:66–68  ·  view source on GitHub ↗
(self, test)

Source from the content-addressed store, hash-verified

64 self.protocol.lineReceived(line.encode('utf-8') + b'\n')
65
66 def stopTest(self, test):
67 super().stopTest(test)
68 self.step.setProgress('tests', self.testsRun)
69
70 def addSkip(self, test, detail):
71 if hasattr(TestResult, 'addSkip'):

Callers 4

test_successMethod · 0.80
test_errorMethod · 0.80
test_multiple_errorsMethod · 0.80
test_warningsMethod · 0.80

Calls 1

setProgressMethod · 0.45

Tested by 4

test_successMethod · 0.64
test_errorMethod · 0.64
test_multiple_errorsMethod · 0.64
test_warningsMethod · 0.64