Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | rename mastodon and mastodon_anonymous fixtures to api, api_anonymous | codl | 2017-11-27 | 4 | -27/+27 | |
| | | | | | | | | it was starting to get confusing | |||||
| * | add timeline tests | codl | 2017-11-27 | 6 | -0/+464 | |
| | | ||||||
| * | move fixtures.py to standardized location conftest.py | codl | 2017-11-27 | 3 | -4/+2 | |
| | | ||||||
| * | add a test for instance | codl | 2017-11-27 | 2 | -0/+38 | |
| | | ||||||
| * | add tests for json hooks | codl | 2017-11-27 | 7 | -0/+431 | |
| | | | | | | | | | | including a failing test for that thing i fixed earlier which isn't in this branch 😓 | |||||
* | | fix streaming tests | codl | 2017-11-28 | 1 | -4/+9 | |
|/ | ||||||
* | not pep8 compliant #71 | FoxMaSk | 2017-09-05 | 2 | -8/+9 | |
| | ||||||
* | Initial implementation of streaming API | Will Thompson | 2017-04-10 | 1 | -0/+195 | |
This is missing any error handling and rate-limiting around the stream itself, but once the stream is established, the full range of events are supported. Fixes issue #14. |