Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix tests. | Holger Dürer | 2021-11-01 | 1 | -1/+1 |
| | | | | | | | | | | | | These needed a bit of tender love and care to get back into passing state. - Move the auth tests to the `test` directory. No idea what it was doing in `lisp`. - Image tests are mostly broken because with later Emacsen we no longer need the `imagemagic` option on create-image. - Some method signatures have changed and mocking calls needed to follow suit. | ||||
* | Rewrite mastodon-auth | Johnson Denen | 2017-04-23 | 1 | -1/+1 |
| | | | | | | - Remove client functions - Use mastodon-http--post - No more callback spaghetti | ||||
* | Use Cask to run tests in TravisCI | Johnson Denen | 2017-04-23 | 1 | -2/+0 |
| | |||||
* | Use synchronous calls for simpler JSON parsing | Johnson Denen | 2017-04-14 | 1 | -2/+3 |
| | |||||
* | Add GET function | Johnson Denen | 2017-04-14 | 1 | -0/+10 |