示例#1
0
	def test_strategy(self):
		"""
		Test the social strategy thingie
		"""
		res = commands.strategy(c, e, "#test", "testrunner", "")
		print(res)
		assert res != ""
示例#2
0
	def test_strategy(self):
		"""
		Test the social strategy thingie
		"""
		res = commands.strategy()
		print(res)
		assert res != ""
示例#3
0
	def test_strategy(self):
		"""
		Test the social strategy thingie
		"""
		res = commands.strategy()
		print(res)
		assert res != ""