MCPcopy 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
97def stream():
98 return DummyStream("test")
99
100
101def test_collect_data(stream, raw_data, ctx):

Callers 3

__init__Method · 0.85
assert_valid_streamsFunction · 0.85
assert_plugin_runFunction · 0.85

Calls 1

DummyStreamClass · 0.85

Tested by

no test coverage detected