def test_multiply( self ): items = [ 1, 2, 3, 4, 5 ] total = exercises.multiply( items ) self.assertEqual( total, 120 )