Exemplo n.º 1
0
	def test_category_political_parties(self):
		category_data = strategies.category(self.egypt, 'political parties')
		self.assertTrue(category_data.startswith("Al-Wasat Party;"))
Exemplo n.º 2
0
	def test_category_flag(self):
		category_data = strategies.category(self.egypt, 'flag')
		self.assertTrue(category_data.startswith("three equal horizontal bands"))
Exemplo n.º 3
0
	def test_category_hazards(self):
		category_data = strategies.category(self.egypt, 'natural hazards')
		self.assertTrue(category_data.startswith("periodic droughts; frequent"))