aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authormarty hiatt <martianhiatus [a t] riseup [d o t] net>2023-02-18 20:29:57 +0100
committermarty hiatt <martianhiatus [a t] riseup [d o t] net>2023-02-18 20:29:57 +0100
commit63f9e4dd49d892c06cb423380c923a1e79287f35 (patch)
treed708251b96958087aa2885f3f49caa899fe54700 /test
parent990bd88c56105f6524150fb04552148539688f14 (diff)
parent343c38944a8ff1c10f22aecc43d906640874b680 (diff)
Merge branch 'develop' into buffer-type
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)