Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #113 from codl/more-tests | Lorenz Diener | 2017-11-30 | 24 | -39/+1700 |
|\ | | | | | More tests! | ||||
| * | add tests for notification methods | codl | 2017-11-30 | 3 | -0/+284 |
| | | |||||
| * | add test for favourites | codl | 2017-11-30 | 1 | -0/+27 |
| | | |||||
| * | add tests for mutes and blocks | codl | 2017-11-30 | 2 | -0/+54 |
| | | |||||
| * | add test for search method | codl | 2017-11-30 | 1 | -0/+27 |
| | | |||||
| * | add tests for follow request methods | codl | 2017-11-30 | 3 | -0/+161 |
| | | |||||
| * | add tests for domain block methods | codl | 2017-11-30 | 2 | -0/+83 |
| | | |||||
| * | add tests for account methods | codl | 2017-11-30 | 9 | -0/+332 |
| | | |||||
| * | add test for using _pagination_prev and _pagination_next directly | codl | 2017-11-29 | 1 | -0/+691 |
| | | |||||
| * | add another user to the test setup | codl | 2017-11-29 | 2 | -39/+41 |
| | | |||||
* | | add failing test case for #111 | codl | 2017-11-29 | 1 | -0/+29 |
|/ | |||||
* | add test for fetch_remaining | codl | 2017-11-28 | 1 | -0/+1881 |
| | |||||
* | add test for pagination | codl | 2017-11-28 | 1 | -0/+691 |
| | |||||
* | add tests for media | codl | 2017-11-27 | 3 | -0/+3026 |
| | |||||
* | add tests for writing statuses | codl | 2017-11-27 | 14 | -0/+975 |
| | |||||
* | add tests for reading statuses | codl | 2017-11-27 | 5 | -0/+422 |
| | |||||
* | add tests for log_in | codl | 2017-11-27 | 3 | -0/+110 |
| | |||||
* | update public tl test to also test local tl | codl | 2017-11-27 | 1 | -33/+94 |
| | |||||
* | add a test for accessing a tl that one does not have access to | codl | 2017-11-27 | 1 | -0/+28 |
| | |||||
* | add timeline tests | codl | 2017-11-27 | 4 | -0/+426 |
| | |||||
* | add a test for instance | codl | 2017-11-27 | 1 | -0/+27 |
| | |||||
* | add tests for json hooks | codl | 2017-11-27 | 4 | -0/+341 |
including a failing test for that thing i fixed earlier which isn't in this branch 😓 |