Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove unneeded test | Sean Allred | 2015-01-03 | 1 | -6/+0 |
| | | | | | This test is largely unneeded and (currently) almost doubles the test time. | ||||
* | Fix test | Sean Allred | 2015-01-02 | 1 | -1/+1 |
| | | | | | Dumb mistake -- I wasn't taking the length of the request before comparing it. | ||||
* | Test new sx-method functionality | Sean Allred | 2015-01-02 | 1 | -0/+4 |
| | |||||
* | Introduce `sx-request-all-items' | Sean Allred | 2015-01-02 | 1 | -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 files | Sean Allred | 2015-01-01 | 1 | -0/+13 |