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

Method begin

_pydev_runfiles/pydev_runfiles_nose.py:20–23  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

18 Plugin.__init__(self)
19
20 def begin(self):
21 # Called before any test is run (it's always called, with multiprocess or not)
22 self.start_time = time.time()
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)

Callers 2

ResumeThreadsFunction · 0.80
_transactionalMethod · 0.80

Calls 1

start_coverage_supportFunction · 0.90

Tested by

no test coverage detected