def test_acronym_irc(self): """ Test acronym finder with the word IRC. """ res = commands.acit(c, e, "#test", "testrunner", "irc") assert "Internet Relay Chat" in res assert "|" in res
def test_acronym_irc(self): """ Test acronym finder with the word IRC. """ res = commands.acit("irc") assert "|" in res