diff options
author | Sean Allred <code@seanallred.com> | 2015-01-03 23:16:58 -0500 |
---|---|---|
committer | Sean Allred <code@seanallred.com> | 2015-01-03 23:16:58 -0500 |
commit | ea2e7287b1c4965ab30da749624a06d5f4e5a9e3 (patch) | |
tree | 6fdce05df3ba3e2e45ed14d999151b8eb492026c /test/test-api.el | |
parent | aea08be5b6bf4286dacc8ae12f912f36223352f8 (diff) |
Remove unneeded test
This test is largely unneeded and (currently) almost doubles the test
time.
Diffstat (limited to 'test/test-api.el')
-rw-r--r-- | test/test-api.el | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/test/test-api.el b/test/test-api.el index 91a8adb..b7d5dbb 100644 --- a/test/test-api.el +++ b/test/test-api.el @@ -11,12 +11,6 @@ (should-error (sx-request-make "questions" '(())))) -(ert-deftest test-request-all () - "Test request all items" - (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))))) |