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

Method tearDown

tools/python-3.11.9-amd64/Lib/doctest.py:2211–2219  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

2209 self._dt_setUp(test)
2210
2211 def tearDown(self):
2212 test = self._dt_test
2213
2214 if self._dt_tearDown is not None:
2215 self._dt_tearDown(test)
2216
2217 # restore the original globs
2218 test.globs.clear()
2219 test.globs.update(self._dt_globs)
2220
2221 def runTest(self):
2222 test = self._dt_test

Callers 1

debugMethod · 0.95

Calls 2

clearMethod · 0.45
updateMethod · 0.45

Tested by

no test coverage detected