Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ run
Method
run
Lib/test/test_unittest/test_case.py:639–641 ·
view source on GitHub ↗
(self, result)
Source
from the content-addressed store, hash-verified
637
pass
638
639
def
run(self, result):
640
self.assertIs(result, resultIn)
641
return
resultOut
642
643
retval = Foo(
'test'
)(resultIn)
644
Callers
15
test_skipping
Method · 0.95
test_skipping_subtests
Method · 0.95
test_skipping_decorators
Method · 0.95
test_skip_class
Method · 0.95
test_skip_in_setup
Method · 0.95
test_skip_in_cleanup
Method · 0.95
test_failure_and_skip_in_cleanup
Method · 0.95
test_skipping_and_fail_in_cleanup
Method · 0.95
test_expected_failure
Method · 0.95
test_expected_failure_with_wrapped_class
Method · 0.95
test_expected_failure_subtests
Method · 0.95
test_expected_failure_and_fail_in_cleanup
Method · 0.95
Calls
1
assertIs
Method · 0.45
Tested by
no test coverage detected