Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/devlake
/ stream
Function
stream
backend/python/pydevlake/tests/stream_test.py:97–98 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
95
96
@pytest.fixture
97
def
stream():
98
return
DummyStream(
"test"
)
99
100
101
def
test_collect_data(stream, raw_data, ctx):
Callers
3
__init__
Method · 0.85
assert_valid_streams
Function · 0.85
assert_plugin_run
Function · 0.85
Calls
1
DummyStream
Class · 0.85
Tested by
no test coverage detected