Exemplo n.º 1
0
 def test_keys(self):
     ta = ('a', 'b', 'c')
     l = zip(ta, ta)
     dl = DisplayList(l)
     self.assertTrue(tuple(dl.keys()) == ta)
Exemplo n.º 2
0
 def test_keys(self):
     ta = ('a', 'b', 'c')
     l = zip(ta, ta)
     dl = DisplayList(l)
     self.assertTrue(tuple(dl.keys()) == ta)
Exemplo n.º 3
0
 def test_keys(self):
     ta = ('a', 'b', 'c')
     l = zip(ta, ta)
     dl = DisplayList(l)
     self.failUnless(tuple(dl.keys()) == ta)