Ejemplo n.º 1
0
 def testSmallestCity(self):
     stats = Stats()
     stats.initialize()
     smallest = stats.smallestCity()
     self.assertEqual(smallest, 'Essen (589900)')
Ejemplo n.º 2
0
 def testSmallestCity(self):
     stats = Stats()
     stats.initialize();
     smallest = stats.smallestCity()
     self.assertEqual(smallest,'Essen (589900)')