Example #1
0
	def test_google(self):
		"""
		Basic google search for "pmxbot". Result must contain a link.
		"""
		res = commands.google(c, e, "#test", "testrunner", "pmxbot")
		print(res)
		assert "http" in res
Example #2
0
	def test_google(self, google_api_key):
		"""
		Basic google search for "pmxbot". Result must contain a link.
		"""
		res = commands.google("pmxbot")
		print(res)
		assert "http" in res
Example #3
0
	def test_google(self, google_api_key):
		"""
		Basic google search for "pmxbot". Result must contain a link.
		"""
		res = commands.google("pmxbot")
		print(res)
		assert "http" in res