aboutsummaryrefslogtreecommitdiff
path: root/test/ert-helper.el
diff options
context:
space:
mode:
authorAlexander Griffith <griffitaj@gmail.com>2018-03-10 06:01:17 -0500
committerJohnson Denen <johnson.denen@gmail.com>2018-08-10 22:20:04 -0400
commitae32d2f725dc90e3acb70a03d0a6fd2e4e660ccf (patch)
treeff400201cb529fbfc5d5bfb75b5570bf45fbef53 /test/ert-helper.el
parent2e383b9718a84949218e6cfdf62c1030e310144c (diff)
Adds the notification timeline to mastodon.el closing #34. (#178)
- Can now handle notifications (follow reblog favourite and mention) - Tests for each of the rendering functions are included - Added keybinding N to mastodon.el for mastodon-notifications-get - added mastodon-notifications to ert-helper.el
Diffstat (limited to 'test/ert-helper.el')
-rw-r--r--test/ert-helper.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/ert-helper.el b/test/ert-helper.el
index 2df46d3..6979837 100644
--- a/test/ert-helper.el
+++ b/test/ert-helper.el
@@ -4,5 +4,5 @@
(load-file "lisp/mastodon-toot.el")
(load-file "lisp/mastodon-media.el")
(load-file "lisp/mastodon-tl.el")
+(load-file "lisp/mastodon-notifications.el")
(load-file "lisp/mastodon.el")
-