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