aboutsummaryrefslogtreecommitdiff
path: root/test/test-api.el
Commit message (Collapse)AuthorAgeFilesLines
* Remove unneeded testSean Allred2015-01-031-6/+0
| | | | | This test is largely unneeded and (currently) almost doubles the test time.
* Fix testSean Allred2015-01-021-1/+1
| | | | | Dumb mistake -- I wasn't taking the length of the request before comparing it.
* Test new sx-method functionalitySean Allred2015-01-021-0/+4
|
* Introduce `sx-request-all-items'Sean Allred2015-01-021-0/+5
| | | | | | | This function repeatedly makes API requests until a condition is satisfied (such as 'no more items'). First and foremost, this will allow us to retrieve all tags for a site.
* Split tests into separate filesSean Allred2015-01-011-0/+13