aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/test-api.el4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/test-api.el b/test/test-api.el
index b99ec7a..8e71eb2 100644
--- a/test/test-api.el
+++ b/test/test-api.el
@@ -16,3 +16,7 @@
(should
(< 250
(length (sx-request-all-items "sites")))))
+
+(ert-deftest test-method-get-all ()
+ "Tests sx-method interface to `sx-request-all-items'"
+ (should (< 250 (sx-method-call 'sites :get-all t))))