Example #1
0
	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
Example #2
0
	def test_acronym_irc(self):
		"""
		Test acronym finder with the word IRC.
		"""
		res = commands.acit("irc")
		assert "|" in res
Example #3
0
	def test_acronym_irc(self):
		"""
		Test acronym finder with the word IRC.
		"""
		res = commands.acit("irc")
		assert "|" in res