Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/pytest-dev/pytest
/ f
Function
f
testing/test_runner.py:701–702 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
699
importorskip = pytest.importorskip
700
701
def
f():
702
importorskip(
"asdlkj"
)
703
704
try
:
705
sysmod = importorskip(
"sys"
)
Callers
8
test_deprecated_call_no_warning
Method · 0.70
test_deprecated_call_modes
Method · 0.70
test_deprecated_call_exception_is_raised
Method · 0.70
test_deprecated_call_specificity
Method · 0.70
test_can_capture_previously_warned
Method · 0.70
f11
Method · 0.70
_recursive_list_map
Function · 0.50
__init__
Method · 0.50
Calls
1
importorskip
Function · 0.85
Tested by
no test coverage detected