aboutsummaryrefslogtreecommitdiff
path: root/test/mastodon-notifications-test.el
Commit message (Collapse)AuthorAgeFilesLines
* Fix tests.Holger Dürer2021-11-011-1/+1
| | | | | | | | | | | | These needed a bit of tender love and care to get back into passing state. - Move the auth tests to the `test` directory. No idea what it was doing in `lisp`. - Image tests are mostly broken because with later Emacsen we no longer need the `imagemagic` option on create-image. - Some method signatures have changed and mocking calls needed to follow suit.
* fix tests to work with my changes: bylines + notifs asyncmousebot2021-08-071-3/+3
|
* Clean up whitespaceJohnson Denen2018-08-101-1/+1
|
* Adds the notification timeline to mastodon.el closing #34. (#178)Alexander Griffith2018-08-101-0/+213
- 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