MCPcopy Create free account
hub / github.com/apache/devlake / ctx

Function ctx

backend/python/pydevlake/tests/stream_test.py:86–93  ·  view source on GitHub ↗
(connection, scope, engine)

Source from the content-addressed store, hash-verified

84
85@pytest.fixture
86def ctx(connection, scope, engine):
87 return Context(
88 engine=engine,
89 scope=scope,
90 connection=connection,
91 scope_config=ScopeConfig(),
92 options={}
93 )
94
95
96@pytest.fixture

Callers

nothing calls this directly

Calls 2

ContextClass · 0.90
ScopeConfigClass · 0.90

Tested by

no test coverage detected