MCPcopy Create free account
hub / github.com/fabioz/PyDev.Debugger / finalize

Method finalize

_pydev_runfiles/pydev_runfiles_nose.py:25–30  ·  view source on GitHub ↗
(self, result)

Source from the content-addressed store, hash-verified

23 self.coverage_files, self.coverage = start_coverage_support(self.configuration)
24
25 def finalize(self, result):
26 # Called after all tests are run (it's always called, with multiprocess or not)
27 self.coverage.stop()
28 self.coverage.save()
29
30 pydev_runfiles_xml_rpc.notifyTestRunFinished("Finished in: %.2f secs." % (time.time() - self.start_time,))
31
32 # ===================================================================================================================
33 # Methods below are not called with multiprocess (so, we monkey-patch MultiProcessTestRunner.consolidate

Callers

nothing calls this directly

Calls 2

stopMethod · 0.45
notifyTestRunFinishedMethod · 0.45

Tested by

no test coverage detected