aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* add another user to the test setupcodl2017-11-294-77/+133
* Update README.rstLorenz Diener2017-11-291-0/+3
* Check hashtags in streaming APILorenz Diener2017-11-291-0/+2
* Fix the thing I previously brokeLorenz Diener2017-11-291-1/+1
* add hashtag leading # detection, closes #105Lorenz Diener2017-11-291-1/+5
* Merge pull request #109 from codl/test-suiteLorenz Diener2017-11-2953-1/+8484
|\
| * Revert "travis: only notify when a build starts failing, not every time"codl2017-11-291-4/+0
| * add test documentationcodl2017-11-281-0/+40
| * add [test] extra so test deps can be installed before running testscodl2017-11-282-2/+8
| * 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/+2
| * travis: only notify when a build starts failing, not every timecodl2017-11-271-0/+4
| * travis: codecov should be in after_scriptcodl2017-11-271-3/+2
| * travis: cache pipcodl2017-11-271-0/+2
| * fix: os.open cannot handle file descriptors on python 2.xcodl2017-11-271-1/+1
| * add tests for create_appcodl2017-11-272-1/+48
| * update public tl test to also test local tlcodl2017-11-272-36/+98
| * add tests for constructorcodl2017-11-273-0/+24
| * 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
| * 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-278-1/+432
| * add codecovcodl2017-11-271-2/+6
| * add .travis.ymlcodl2017-11-271-0/+7
| * add coverage reports to testscodl2017-11-272-1/+4
* | Merge pull request #107 from codl/fix-streaming-testsLorenz Diener2017-11-281-4/+9
|\ \
| * | fix streaming testscodl2017-11-281-4/+9
|/ /
* | Merge pull request #103 from Kjwon15/feature-asyncstreamLorenz Diener2017-11-271-0/+4
|\ \
| * | Get current thread correctlykjwon152017-11-251-1/+1
| * | Implement is_alive to async streamkjwon152017-11-251-0/+4
* | | Merge pull request #104 from codl/fix-string-idsLorenz Diener2017-11-271-11/+8
|\ \ \ | |/ / |/| |
| * | fix string id support to also include in_reply_to_... fieldscodl2017-11-261-6/+7
| * | use six instead of relying on python versioncodl2017-11-261-6/+2
|/ /
* | Fix small doc problemLorenz Diener2017-11-241-1/+1
* | Merge branch 'master' of https://github.com/halcy/Mastodon.pyLorenz Diener2017-11-241-2/+9
|\ \
Powered by cgit v1.2.3 (git 2.41.0)