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