aboutsummaryrefslogtreecommitdiff
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
* add tests for notification methodscodl2017-11-304-0/+305
|
* add test for favouritescodl2017-11-302-0/+32
|
* add tests for mutes and blockscodl2017-11-303-0/+66
|
* add test for search methodcodl2017-11-302-0/+33
|
* disable follow request emails on test usercodl2017-11-302-3/+19
|
* add tests for follow request methodscodl2017-11-305-0/+187
|
* add tests for domain block methodscodl2017-11-303-0/+96
|
* add tests for account methodscodl2017-11-3010-0/+416
|
* add test for using _pagination_prev and _pagination_next directlycodl2017-11-292-1/+704
|
* update test docscodl2017-11-292-2/+2
|
* add test for throwing when requesting a hashtag tl with a leading hashcodl2017-11-291-2/+7
|
* add another user to the test setupcodl2017-11-294-77/+133
|
* Merge pull request #109 from codl/test-suiteLorenz Diener2017-11-2950-0/+8462
|\ | | | | Test suite
| * add test documentationcodl2017-11-281-0/+40
| |
| * add test for fetch_remainingcodl2017-11-282-2/+1893
| |
| * add test for paginationcodl2017-11-282-0/+715
| |
| * add tests for mediacodl2017-11-275-0/+3057
| |
| * add tests for writing statusescodl2017-11-2715-0/+1031
| |
| * add tests for reading statusescodl2017-11-276-0/+457
| |
| * add test case for log_in with no log in method givencodl2017-11-271-0/+5
| |
| * shouting!!!!!! ahhh python 2 is badcodl2017-11-271-3/+3
| |
| * god dAmn it python 2codl2017-11-271-1/+1
| |
| * add tests for log_incodl2017-11-274-1/+153
| |
| * hooks: mark failing test resolved in upstream as xfailcodl2017-11-271-0/+4
| |
| * add test for auth_request_urlcodl2017-11-271-0/+16
| |
| * constructor tests: create credential files at runtimecodl2017-11-273-6/+7
| |
| * use pytest tmpdir fixture instead of making our own temp filecodl2017-11-271-9/+4
| |
| * move test credential files to /tests/codl2017-11-273-2/+5
| | | | | | | | i didnt even realise i put them there whoops
| * fix: os.open cannot handle file descriptors on python 2.xcodl2017-11-271-1/+1
| |
| * add tests for create_appcodl2017-11-271-0/+47
| |
| * update public tl test to also test local tlcodl2017-11-272-36/+98
| |
| * add tests for constructorcodl2017-11-271-0/+21
| |
| * typocodl2017-11-271-1/+1
| |
| * add a test for accessing a tl that one does not have access tocodl2017-11-272-0/+34
| |
| * rename mastodon and mastodon_anonymous fixtures to api, api_anonymouscodl2017-11-274-27/+27
| | | | | | | | it was starting to get confusing
| * add timeline testscodl2017-11-276-0/+464
| |
| * move fixtures.py to standardized location conftest.pycodl2017-11-273-4/+2
| |
| * add a test for instancecodl2017-11-272-0/+38
| |
| * add tests for json hookscodl2017-11-277-0/+431
| | | | | | | | | | including a failing test for that thing i fixed earlier which isn't in this branch 😓
* | fix streaming testscodl2017-11-281-4/+9
|/
* not pep8 compliant #71FoxMaSk2017-09-052-8/+9
|
* Initial implementation of streaming APIWill Thompson2017-04-101-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.
    Powered by cgit v1.2.3 (git 2.41.0)