Esempio n. 1
0
 def test_city_search_failure(self):
     self.assertIsNone(city_search(p1))
Esempio n. 2
0
 def test_city_search_failure(self):
     self.assertIsNone(city_search(p1))
Esempio n. 3
0
 def test_city_search(self):
     self.assertEqual("Washington, DC 20002", city_search(p2))
     self.assertEqual("Falls Church, VA 20188", city_search(p3))
Esempio n. 4
0
 def test_city_search(self):
     self.assertEqual("Washington, DC 20002", city_search(p2))
     self.assertEqual("Falls Church, VA 20188", city_search(p3))