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