コード例 #1
0
ファイル: test_commands.py プロジェクト: jamwt/diesel-pmxbot
	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
コード例 #2
0
ファイル: test_commands.py プロジェクト: yougov/pmxbot
	def test_acronym_irc(self):
		"""
		Test acronym finder with the word IRC.
		"""
		res = commands.acit("irc")
		assert "|" in res
コード例 #3
0
ファイル: test_commands.py プロジェクト: calamnet/pmxbot
	def test_acronym_irc(self):
		"""
		Test acronym finder with the word IRC.
		"""
		res = commands.acit("irc")
		assert "|" in res