MCPcopy Create free account
hub / github.com/RT-Thread/env-windows / _DebugResult

Class _DebugResult

tools/python-3.11.9-amd64/Lib/unittest/suite.py:375–379  ·  view source on GitHub ↗

Used by the TestSuite to hold previous class when running in debug.

Source from the content-addressed store, hash-verified

373
374
375class _DebugResult(object):
376 "Used by the TestSuite to hold previous class when running in debug."
377 _previousTestClass = None
378 _moduleSetUpFailed = False
379 shouldStop = False

Callers 1

debugMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected