()
| 35 | |
| 36 | |
| 37 | def test_parse_lowercase_command_normalises(): |
| 38 | _, cmd, _ = parse_irc_line("join #channel") |
| 39 | assert cmd == "JOIN" |
| 40 | |
| 41 | |
| 42 | # --------------------------------------------------------------------------- |
nothing calls this directly
no test coverage detected