Ejemplo n.º 1
0
 def test_empty(self):
     empty_stack = Stack(5)
     is_empty = empty_stack.stack_empty()
     self.assertEqual(is_empty, True, "should be true")