def testLastAgain(self):
     self.failIf(last(list_nums), 9)
Beispiel #2
0
 def testLastAgain(self):
     self.failIf(last(list_nums), 9)
 def test_last(self):
     self.assertTrue(last(list_chars), 'm')
Beispiel #4
0
 def test_last(self):
     self.assertTrue(last(list_chars), 'm')