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