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