aboutsummaryrefslogtreecommitdiff
path: root/test/mastodon-client-tests.el
Commit message (Collapse)AuthorAgeFilesLines
* Remove most byte-compile warnings.Holger Dürer2017-05-181-5/+5
| | | | | | | We do this by - moving vars into the files where they are (mostly) used - "declaring" vars used elsewhere with the (defvar <var-name>) pattern, - declaring functions defined in others functions rather than loading the file via require.
* Group API endpoint function with mastodon-httpJohnson Denen2017-04-231-1/+1
|
* Use Cask to run tests in TravisCIJohnson Denen2017-04-231-1/+0
|
* Add mastodon-client featureJohnson Denen2017-04-231-0/+76