Exemplo n.º 1
0
 def testLastAgain(self):
     self.failIf(last(list_nums), 9)
Exemplo n.º 2
0
 def testLastAgain(self):
     self.failIf(last(list_nums), 9)
Exemplo n.º 3
0
 def test_last(self):
     self.assertTrue(last(list_chars), 'm')
Exemplo n.º 4
0
 def test_last(self):
     self.assertTrue(last(list_chars), 'm')