Gráfico de commits

121 commits

Autor SHA1 Mensaje Fecha
codl 8c9dcbe871
shouting!!!!!! ahhh python 2 is bad 2017-11-27 20:51:12 +01:00
codl 8601a8a5e1
god dAmn it python 2 2017-11-27 20:47:14 +01:00
codl eed6f8f0a4
add tests for log_in 2017-11-27 20:43:27 +01:00
codl 508d1d2ddd
hooks: mark failing test resolved in upstream as xfail 2017-11-27 20:42:54 +01:00
codl 29b73a57b8
add test for auth_request_url 2017-11-27 18:44:15 +01:00
codl e8d1079562
constructor tests: create credential files at runtime 2017-11-27 17:47:15 +01:00
codl 14a34396e5
use pytest tmpdir fixture instead of making our own temp file 2017-11-27 17:43:37 +01:00
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