Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | add tests for log_in | codl | 2017-11-27 | 4 | -1/+153 |
| | |||||
* | hooks: mark failing test resolved in upstream as xfail | codl | 2017-11-27 | 1 | -0/+4 |
| | |||||
* | add test for auth_request_url | codl | 2017-11-27 | 1 | -0/+16 |
| | |||||
* | constructor tests: create credential files at runtime | codl | 2017-11-27 | 3 | -6/+7 |
| | |||||
* | use pytest tmpdir fixture instead of making our own temp file | codl | 2017-11-27 | 1 | -9/+4 |
| | |||||
* | move test credential files to /tests/ | codl | 2017-11-27 | 3 | -2/+5 |
| | | | | i didnt even realise i put them there whoops | ||||
* | fix: os.open cannot handle file descriptors on python 2.x | codl | 2017-11-27 | 1 | -1/+1 |
| | |||||
* | add tests for create_app | codl | 2017-11-27 | 1 | -0/+47 |
| | |||||
* | update public tl test to also test local tl | codl | 2017-11-27 | 2 | -36/+98 |
| | |||||
* | add tests for constructor | codl | 2017-11-27 | 1 | -0/+21 |
| | |||||
* | typo | codl | 2017-11-27 | 1 | -1/+1 |
| | |||||
* | add a test for accessing a tl that one does not have access to | codl | 2017-11-27 | 2 | -0/+34 |
| | |||||
* | 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 😓 | ||||
* | 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. |