Method summary
- setUp(self)
- tearDown(self)
- test_helper(self)
- test_pop(self)
- test_push(self)
- test_push_type_check(self)
- test_redo(self)
- test_redo_emtpy_stack(self)
- test_undo(self)
- test_undo_empty_stack(self)
Methods
- setUp(self)
- tearDown(self)
- test_helper(self)
- test_pop(self)
Does popping work?
- test_push(self)
Does pushing objects work?
- test_push_type_check(self)
Does type checking for pushing work?
- test_redo(self)
Does redo work?
- test_redo_emtpy_stack(self)
Does redo work if the stack is empty?
- test_undo(self)
Does undo work?
- test_undo_empty_stack(self)
Does undo work if stack is empty?