Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/pytest-dev/pytest
/ f
Function
f
testing/test_runner.py:797–798 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
795
importorskip = pytest.importorskip
796
797
def
f():
798
importorskip(
"asdlkj"
)
799
800
try
:
801
sysmod = importorskip(
"sys"
)
Callers
7
test_deprecated_call_no_warning
Method · 0.70
test_deprecated_call_modes
Method · 0.70
test_deprecated_call_specificity
Method · 0.70
test_can_capture_previously_warned
Method · 0.70
f11
Method · 0.70
_recursive_sequence_map
Function · 0.50
__init__
Method · 0.50
Calls
1
importorskip
Function · 0.85
Tested by
no test coverage detected