コード例 #1
0
ファイル: test_commands.py プロジェクト: jamwt/diesel-pmxbot
	def test_strategy(self):
		"""
		Test the social strategy thingie
		"""
		res = commands.strategy(c, e, "#test", "testrunner", "")
		print(res)
		assert res != ""
コード例 #2
0
ファイル: test_commands.py プロジェクト: yougov/pmxbot
	def test_strategy(self):
		"""
		Test the social strategy thingie
		"""
		res = commands.strategy()
		print(res)
		assert res != ""
コード例 #3
0
ファイル: test_commands.py プロジェクト: calamnet/pmxbot
	def test_strategy(self):
		"""
		Test the social strategy thingie
		"""
		res = commands.strategy()
		print(res)
		assert res != ""