MCPcopy 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")

Calls 1

importorskipFunction · 0.85

Tested by

no test coverage detected