MCPcopy Create free account
hub / github.com/PierreGode/Ragnar / test_parse_lowercase_command_normalises

Function test_parse_lowercase_command_normalises

tests/test_irc_dpi.py:37–39  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

35
36
37def test_parse_lowercase_command_normalises():
38 _, cmd, _ = parse_irc_line("join #channel")
39 assert cmd == "JOIN"
40
41
42# ---------------------------------------------------------------------------

Callers

nothing calls this directly

Calls 1

parse_irc_lineFunction · 0.90

Tested by

no test coverage detected