aboutsummaryrefslogtreecommitdiff
path: root/test/ert-helper.el
Commit message (Collapse)AuthorAgeFilesLines
* let mod for ert-helper.elmarty hiatt2024-08-131-3/+7
|
* ert-helper order for with-mastodon-buffer macromarty hiatt2023-05-071-1/+1
|
* ert-helper: search before mastodon.elmarty hiatt2023-04-011-1/+1
|
* fix auth test and ert-helper.el file ordermarty hiatt2023-03-211-1/+1
|
* ert-helper: reorder load directivesmarty hiatt2023-02-181-4/+4
|
* update ert-helper to load all tests filesmarty hiatt2022-08-271-0/+8
|
* Merge pull request '2FA login support' (#255) from ↵martianh2022-03-231-0/+1
|\ | | | | | | | | | | Red_Starfish/mastodon-up.el:login into develop Reviewed-on: https://codeberg.org/martianh/mastodon.el/pulls/255
| * test: change mastodon files loading orderAbhiseck Paira2022-01-271-1/+1
| | | | | | | | | | | | | | | | | | Before tests start test/ert-helper.el file is loaded which in turn loads other lisp/* files so that required functions and variables are defined during tests. Load lisp/mastodon.el file first before loading other files this solves the complain during tests that `mastodon-active-user' is not defined.
* | ert-helper: load mastodon.el before -profile so mastodon-mode-map is availmousebot2022-02-171-1/+1
|/
* add tests for -search.elmousebot2021-11-061-0/+1
|
* Fix tests.Holger Dürer2021-11-011-3/+8
| | | | | | | | | | | | 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.
* Adds the notification timeline to mastodon.el closing #34. (#178)Alexander Griffith2018-08-101-1/+1
| | | | | | | - 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
* Add mastodon-media to test helperJohnson Denen2017-04-241-0/+1
|
* Close #52 with mastodon-tl--more functionJohnson Denen2017-04-231-0/+1
| | | | You can request more toots by hitting 'j' at the end of a timeline buffer
* Use Cask to run tests in TravisCIJohnson Denen2017-04-231-0/+6