Gráfico de commits

114 commits

Autor SHA1 Mensaje Fecha
codl 80b1ce61c9
move test credential files to /tests/
i didnt even realise i put them there whoops
2017-11-27 17:13:54 +01:00
codl f8ae581692
fix: os.open cannot handle file descriptors on python 2.x 2017-11-27 16:35:12 +01:00
codl ee687510b0
add tests for create_app 2017-11-27 16:30:35 +01:00
codl 96f6e26f59
update public tl test to also test local tl 2017-11-27 15:26:33 +01:00
codl ee802d39d0
add tests for constructor 2017-11-27 15:18:18 +01:00
codl de17b86f0f
typo 2017-11-27 14:56:07 +01:00
codl adc75c4697
add a test for accessing a tl that one does not have access to 2017-11-27 14:35:56 +01:00
codl 304145f442
rename mastodon and mastodon_anonymous fixtures to api, api_anonymous
it was starting to get confusing
2017-11-27 14:35:02 +01:00
codl cfc9c1ce0c
add timeline tests 2017-11-27 14:20:31 +01:00
codl 765db0fc81
move fixtures.py to standardized location conftest.py 2017-11-27 14:20:31 +01:00
codl d09d27cdd2
add a test for instance 2017-11-27 03:12:02 +01:00
codl 4b60a0d3cf
add tests for json hooks
including a failing test for that thing i fixed earlier which isn't
in this branch 😓
2017-11-27 03:12:02 +01:00
FoxMaSk e0e68ccd6a not pep8 compliant #71 2017-09-05 22:59:32 +02:00
Will Thompson ab60931620
Initial implementation of streaming API
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.
2017-04-10 08:18:08 +01:00