Skip to content

Commit

Permalink
Add predicate that determines if the session is saved automatically
Browse files Browse the repository at this point in the history
  • Loading branch information
jamescherti committed Aug 17, 2024
1 parent 26c8977 commit a8e0037
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/test-easysession.el
Original file line number Diff line number Diff line change
Expand Up @@ -286,12 +286,16 @@ storing them in respective variables for later use."
(defun test-easysession ()
"Test easysession."
(interactive)
;; Init
(test-easysession--add-hooks)
(test-easysession--switch-session)
(test-easysession--add-remove-handlers)
(test-easysession--create-buffers)

;; Tests
(test-easysession--save-load)
(test-easysession--get-all-names)
(test-save-mode-predicate)

(message "Success: test-easysession"))

Expand Down

0 comments on commit a8e0037

Please sign in to comment.