MCPcopy Create free account
hub / github.com/apache/tvm / pytest_sessionstart

Function pytest_sessionstart

conftest.py:80–86  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

78
79
80def pytest_sessionstart():
81 if IS_IN_CI:
82 hook_script_dir = REPO_ROOT / "tests" / "scripts" / "request_hook"
83 sys.path.append(str(hook_script_dir))
84 import request_hook # pylint: disable=import-outside-toplevel
85
86 request_hook.init()

Callers

nothing calls this directly

Calls 3

strFunction · 0.85
appendMethod · 0.45
initMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…