diff options
author | Sean Allred <code@seanallred.com> | 2015-01-02 19:43:29 -0500 |
---|---|---|
committer | Sean Allred <code@seanallred.com> | 2015-01-02 19:43:29 -0500 |
commit | cf5c712a705d61cd9369c2473b6b84d9d5253656 (patch) | |
tree | 280e385f0300c903c745b11915c027d351d851ed /test/test-api.el | |
parent | 53e46a228fe78382f053cd9764b59a45ab095efb (diff) | |
parent | 63dcca1acd08c0d103196a5d35a581d5380d3717 (diff) |
Merge branch 'get-all' into tag-bot
Diffstat (limited to 'test/test-api.el')
-rw-r--r-- | test/test-api.el | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/test/test-api.el b/test/test-api.el index b99ec7a..91a8adb 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 (length (sx-method-call 'sites :get-all t))))) |