Example #1
0
	def test_scraper_class_works_fine(self):
		"""
		finally check the class Scraper works fine:
		"""
		scraper = Scraper('hola')
		self.assertIn('ogg', scraper.get_url_sound())