Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | Update README.rst | Lorenz Diener | 2017-11-29 | 1 | -0/+3 |
| | |||||
* | Check hashtags in streaming API | Lorenz Diener | 2017-11-29 | 1 | -0/+2 |
| | |||||
* | Fix the thing I previously broke | Lorenz Diener | 2017-11-29 | 1 | -1/+1 |
| | | | | lets pretend I was just testing the CI okay | ||||
* | add hashtag leading # detection, closes #105 | Lorenz Diener | 2017-11-29 | 1 | -1/+5 |
| | |||||
* | Merge pull request #109 from codl/test-suite | Lorenz Diener | 2017-11-29 | 53 | -1/+8484 |
|\ | | | | | Test suite | ||||
| * | Revert "travis: only notify when a build starts failing, not every time" | codl | 2017-11-29 | 1 | -4/+0 |
| | | | | | | | | This reverts commit cfc6ecc908d102e7886d37ea1f64dd7ec6e2c047. | ||||
| * | add test documentation | codl | 2017-11-28 | 1 | -0/+40 |
| | | |||||
| * | add [test] extra so test deps can be installed before running tests | codl | 2017-11-28 | 2 | -2/+8 |
| | | |||||
| * | 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/+2 |
| | | | | | | | | i didnt even realise i put them there whoops | ||||
| * | travis: only notify when a build starts failing, not every time | codl | 2017-11-27 | 1 | -0/+4 |
| | | |||||
| * | travis: codecov should be in after_script | codl | 2017-11-27 | 1 | -3/+2 |
| | | |||||
| * | travis: cache pip | codl | 2017-11-27 | 1 | -0/+2 |
| | | |||||
| * | 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 | 2 | -1/+48 |
| | | |||||
| * | update public tl test to also test local tl | codl | 2017-11-27 | 2 | -36/+98 |
| | | |||||
| * | add tests for constructor | codl | 2017-11-27 | 3 | -0/+24 |
| | | |||||
| * | 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 |
| | | |||||
| * | rename mastodon and mastodon_anonymous fixtures to api, api_anonymous | codl | 2017-11-27 | 4 | -27/+27 |
| | | | | | | | | it was starting to get confusing | ||||
| * | add timeline tests | codl | 2017-11-27 | 6 | -0/+464 |
| | | |||||
| * | move fixtures.py to standardized location conftest.py | codl | 2017-11-27 | 3 | -4/+2 |
| | | |||||
| * | add a test for instance | codl | 2017-11-27 | 2 | -0/+38 |
| | | |||||
| * | add tests for json hooks | codl | 2017-11-27 | 8 | -1/+432 |
| | | | | | | | | | | including a failing test for that thing i fixed earlier which isn't in this branch 😓 | ||||
| * | add codecov | codl | 2017-11-27 | 1 | -2/+6 |
| | | |||||
| * | add .travis.yml | codl | 2017-11-27 | 1 | -0/+7 |
| | | |||||
| * | add coverage reports to tests | codl | 2017-11-27 | 2 | -1/+4 |
| | | |||||
* | | Merge pull request #107 from codl/fix-streaming-tests | Lorenz Diener | 2017-11-28 | 1 | -4/+9 |
|\ \ | | | | | | | fix streaming tests | ||||
| * | | fix streaming tests | codl | 2017-11-28 | 1 | -4/+9 |
|/ / | |||||
* | | Merge pull request #103 from Kjwon15/feature-asyncstream | Lorenz Diener | 2017-11-27 | 1 | -0/+4 |
|\ \ | | | | | | | Implement is_alive to async stream | ||||
| * | | Get current thread correctly | kjwon15 | 2017-11-25 | 1 | -1/+1 |
| | | | |||||
| * | | Implement is_alive to async stream | kjwon15 | 2017-11-25 | 1 | -0/+4 |
| | | | |||||
* | | | Merge pull request #104 from codl/fix-string-ids | Lorenz Diener | 2017-11-27 | 1 | -11/+8 |
|\ \ \ | |/ / |/| | | fix string id support to also include in_reply_to_... fields |