aboutsummaryrefslogtreecommitdiff
path: root/tests.el
Commit message (Collapse)AuthorAgeFilesLines
* Consolidate test statementsSean Allred2014-11-011-3/+1
|
* Handle case where API response is compressedSean Allred2014-10-311-0/+8
| | | | | | | | | | | The StackExchange API explicitly states that responses to requests are gzipped. For some reason, they are not zipped when called locally on my machine, but they are zipped when run from Travis CI. I do not know if `url-retrieve-synchronously' is performing any magic. When I curl the request, I receive a gzipped response (as expected). A proper fix for this would be to somehow advise `url-*' to request as curl does.
* Add debug-on-error to testsArtur Malabarba2014-10-311-0/+1
|
* Hopefully fix Travis buildSean Allred2014-10-311-2/+2
| | | | | `emacs` isn't an available command, but hopefully $EMACS is. Again, copying from yasnippet.
* Implement proper unit testsSean Allred2014-10-311-13/+12
|
* Implement question list retrievalSean Allred2014-10-301-3/+8
|
* Fix circular initialization dependencySean Allred2014-10-301-0/+10
| | | | | | | | stack-filter needs stack-core to compile the filter, but stack-core uses the default filter to make a request. Note that setting `stack-core-filter' to `nil' still gives proper behaviour; no `filter' argument is passed through the method call.
* Initial commitSean Allred2014-10-301-0/+6
Well, not really. If you would like the old version history, please get in touch with me at code@seanallred.com. It's a wreck though and contains inconsistent information.