Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OWASP/Python-Honeypot
/ test_info
Method
test_info
tests/test_core_alert.py:24–27 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
22
23
@staticmethod
24
def
test_info():
25
msg_content =
"Hello"
26
print(
"this test will spit the message_content in logging format"
)
27
info(msg_content)
28
29
@staticmethod
30
def
test_write_content():
Callers
nothing calls this directly
Calls
1
info
Function · 0.90
Tested by
no test coverage detected