Ejemplo n.º 1
0
 def testShortestFlight(self):
     stats = Stats()
     stats.initialize()
     shortest = stats.shortestFlight()
     self.assertEqual(shortest, 'New York to Washington (334)')
Ejemplo n.º 2
0
 def testShortestFlight(self):
     stats = Stats()
     stats.initialize();
     shortest = stats.shortestFlight()
     self.assertEqual(shortest,'New York to Washington (334)')