aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authormarty hiatt <martianhiatus [a t] riseup [d o t] net>2023-02-28 21:35:22 +0100
committermarty hiatt <martianhiatus [a t] riseup [d o t] net>2023-02-28 21:35:22 +0100
commit1152970f4051c0656fde9e0ee5b142c852ee41a9 (patch)
treea4b12238aa2e980f9660432cefc40e37a28eec82 /test
parent7d4d8bc059c9253b66fb694593e7c9bc8bafbc41 (diff)
parentb9368c00359bc6407048669539957a45cac47297 (diff)
Merge branch 'develop'
Diffstat (limited to 'test')
-rw-r--r--test/ert-helper.el8
1 files changed, 4 insertions, 4 deletions
diff --git a/test/ert-helper.el b/test/ert-helper.el
index 140425b..230baf2 100644
--- a/test/ert-helper.el
+++ b/test/ert-helper.el
@@ -1,18 +1,18 @@
+(load-file "lisp/mastodon-http.el")
+(load-file "lisp/mastodon-iso.el")
+(load-file "lisp/mastodon-toot.el")
(load-file "lisp/mastodon.el")
(load-file "lisp/mastodon-search.el")
(load-file "lisp/mastodon-async.el")
-(load-file "lisp/mastodon-http.el")
-(load-file "lisp/mastodon-auth.el")
(load-file "lisp/mastodon-client.el")
+(load-file "lisp/mastodon-auth.el")
(load-file "lisp/mastodon-discover.el")
(load-file "lisp/mastodon-inspect.el")
(load-file "lisp/mastodon-media.el")
(load-file "lisp/mastodon-notifications.el")
-(load-file "lisp/mastodon.el")
(load-file "lisp/mastodon-profile.el")
(load-file "lisp/mastodon-search.el")
(load-file "lisp/mastodon-tl.el")
-(load-file "lisp/mastodon-toot.el")
;; load tests in bulk to avoid using deprecated `cask exec'
(let ((tests (cl-remove-if-not (lambda (x)