Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Add more streaming tests | Lorenz Diener | 2018-05-06 | 1 | -0/+9 | |
| | ||||||
* | More streaming tests | Lorenz Diener | 2018-05-06 | 3 | -43/+279 | |
| | ||||||
* | Add casette for test_stream_user | Lorenz Diener | 2018-05-06 | 1 | -0/+167 | |
| | ||||||
* | Testing updates, can now test streaming API | Lorenz Diener | 2018-05-06 | 63 | -13732/+1724 | |
| | ||||||
* | Attempt 3 at fixing the tests | Lorenz Diener | 2018-04-18 | 1 | -1/+1 | |
| | ||||||
* | Attempt 2 at fixing the tests for travis | Lorenz Diener | 2018-04-18 | 62 | -0/+12104 | |
| | ||||||
* | Update the tests | Lorenz Diener | 2018-04-18 | 68 | -3243/+5750 | |
| | ||||||
* | update tests | codl | 2018-01-03 | 3 | -4/+92 | |
| | ||||||
* | Adjust streaming tests | Lorenz Diener | 2017-12-21 | 1 | -1/+12 | |
| | ||||||
* | Push version in tests to 2.1.0 | Lorenz Diener | 2017-12-14 | 1 | -1/+1 | |
| | ||||||
* | Fix tests | Lorenz Diener | 2017-12-11 | 1 | -2/+2 | |
| | ||||||
* | Merge pull request #113 from codl/more-tests | Lorenz Diener | 2017-11-30 | 36 | -91/+2006 | |
|\ | | | | | More tests! | |||||
| * | add tests for notification methods | codl | 2017-11-30 | 4 | -0/+305 | |
| | | ||||||
| * | add test for favourites | codl | 2017-11-30 | 2 | -0/+32 | |
| | | ||||||
| * | add tests for mutes and blocks | codl | 2017-11-30 | 3 | -0/+66 | |
| | | ||||||
| * | add test for search method | codl | 2017-11-30 | 2 | -0/+33 | |
| | | ||||||
| * | disable follow request emails on test user | codl | 2017-11-30 | 2 | -3/+19 | |
| | | ||||||
| * | add tests for follow request methods | codl | 2017-11-30 | 5 | -0/+187 | |
| | | ||||||
| * | add tests for domain block methods | codl | 2017-11-30 | 3 | -0/+96 | |
| | | ||||||
| * | add tests for account methods | codl | 2017-11-30 | 10 | -0/+416 | |
| | | ||||||
| * | add test for using _pagination_prev and _pagination_next directly | codl | 2017-11-29 | 2 | -1/+704 | |
| | | ||||||
| * | update test docs | codl | 2017-11-29 | 2 | -2/+2 | |
| | | ||||||
| * | add test for throwing when requesting a hashtag tl with a leading hash | codl | 2017-11-29 | 1 | -2/+7 | |
| | | ||||||
| * | add another user to the test setup | codl | 2017-11-29 | 4 | -77/+133 | |
| | | ||||||
* | | Merge pull request #112 from codl/fix-111 | Lorenz Diener | 2017-11-30 | 2 | -1/+35 | |
|\ \ | | | | | | | fix #111 | |||||
| * | | add failing test case for #111 | codl | 2017-11-29 | 2 | -1/+35 | |
| |/ | ||||||
* | | mark the 2 tests that are xfail as strictly xfail | codl | 2017-11-29 | 1 | -1/+1 | |
| | | ||||||
* | | id hook test shouldn't be marked as expected to fail anymore | codl | 2017-11-29 | 1 | -1/+0 | |
|/ | ||||||
* | Merge pull request #109 from codl/test-suite | Lorenz Diener | 2017-11-29 | 50 | -0/+8462 | |
|\ | | | | | Test suite | |||||
| * | add test documentation | codl | 2017-11-28 | 1 | -0/+40 | |
| | | ||||||
| * | add test for fetch_remaining | codl | 2017-11-28 | 2 | -2/+1893 | |
| | | ||||||
| * | add test for pagination | codl | 2017-11-28 | 2 | -0/+715 | |
| | | ||||||
| * | add tests for media | codl | 2017-11-27 | 5 | -0/+3057 | |
| | | ||||||
| * | add tests for writing statuses | codl | 2017-11-27 | 15 | -0/+1031 | |
| | | ||||||
| * | add tests for reading statuses | codl | 2017-11-27 | 6 | -0/+457 | |
| | | ||||||
| * | add test case for log_in with no log in method given | codl | 2017-11-27 | 1 | -0/+5 | |
| | | ||||||
| * | shouting!!!!!! ahhh python 2 is bad | codl | 2017-11-27 | 1 | -3/+3 | |
| | | ||||||
| * | god dAmn it python 2 | codl | 2017-11-27 | 1 | -1/+1 | |
| | | ||||||
| * | 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 | |
| | |