Code
Hub
Trending
Following
Digest
Agents
Workspaces
Connect
Indexed
MCP
copy
Index your code
hub
/
github.com/ScrapeGraphAI/Scrapegraph-ai
/ DummyLogger
Class
DummyLogger
tests/test_generate_answer_node.py:24–29 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
22
23
24
class
DummyLogger:
25
def
info(self, msg):
26
pass
27
28
def
error(self, msg):
29
pass
30
31
32
@pytest.fixture
Callers
4
dummy_node
Function · 0.70
dummy_node_with_pipe
Function · 0.70
dummy_node_for_process
Function · 0.70
test_execute_script_creator_single_chunk
Function · 0.70
Calls
no outgoing calls
Tested by
4
dummy_node
Function · 0.56
dummy_node_with_pipe
Function · 0.56
dummy_node_for_process
Function · 0.56
test_execute_script_creator_single_chunk
Function · 0.56