MCPcopy Create free account
hub / github.com/1jehuang/jcode / log_fail

Function log_fail

scripts/test_memory.py:40–40  ·  view source on GitHub ↗
(msg)

Source from the content-addressed store, hash-verified

38
39def log_pass(msg): log(f" ✓ {msg}", GREEN)
40def log_fail(msg): log(f" ✗ {msg}", RED)
41def log_section(msg): log(f"\n{'='*60}\n{msg}\n{'='*60}", YELLOW)
42
43class DebugSocketClient:

Callers 3

checkFunction · 0.85
run_testsFunction · 0.85
mainFunction · 0.85

Calls 1

logFunction · 0.85

Tested by

no test coverage detected