Example #1
0
 def testListMakerCharA(self):
     self.assertEqual(hw.listMaker('a',3), ['a', 'a', 'a'])
Example #2
0
 def testListMakerMaps(self):
     self.assertEqual(hw.listMaker("maps",7), ['maps', 'maps', 'maps', 'maps', 'maps', 'maps', 'maps'])