Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ TestableTest
Class
TestableTest
Lib/test/test_unittest/test_runner.py:83–85 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
81
class
TestCleanUp(unittest.TestCase):
82
def
testCleanUp(self):
83
class
TestableTest(unittest.TestCase):
84
def
testNothing(self):
85
pass
86
87
test = TestableTest(
'testNothing'
)
88
self.assertEqual(test._cleanups, [])
Callers
9
testCleanUp
Method · 0.70
testCleanUpWithErrors
Method · 0.70
testCleanupInRun
Method · 0.70
testTestCaseDebugExecutesCleanups
Method · 0.70
test_enterContext
Method · 0.70
test_enterContext_arg_errors
Method · 0.70
test_addClassCleanUp
Method · 0.70
test_addClassCleanup_arg_errors
Method · 0.70
test_addCleanup_arg_errors
Method · 0.70
Calls
no outgoing calls
Tested by
9
testCleanUp
Method · 0.56
testCleanUpWithErrors
Method · 0.56
testCleanupInRun
Method · 0.56
testTestCaseDebugExecutesCleanups
Method · 0.56
test_enterContext
Method · 0.56
test_enterContext_arg_errors
Method · 0.56
test_addClassCleanUp
Method · 0.56
test_addClassCleanup_arg_errors
Method · 0.56
test_addCleanup_arg_errors
Method · 0.56