MCPcopy Index your code
hub / github.com/RustPython/RustPython / accumulate

Method accumulate

Lib/test/libregrtest/result.py:29–32  ·  view source on GitHub ↗
(self, stats)

Source from the content-addressed store, hash-verified

27 results.skipped)
28
29 def accumulate(self, stats):
30 self.tests_run += stats.tests_run
31 self.failures += stats.failures
32 self.skipped += stats.skipped
33
34
35# Avoid enum.Enum to reduce the number of imports when tests are run

Callers 2

accumulate_resultMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected