aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Fix testsLorenz Diener2017-12-111-2/+2
|
* Document versioningLorenz Diener2017-12-111-0/+11
|
* Fix versioning functionality more, explicit version checkLorenz Diener2017-12-111-10/+30
|
* Fix instance()Lorenz Diener2017-12-111-1/+1
|
* Make the version check be not wrongLorenz Diener2017-12-111-2/+2
|
* Make decorated functions actually return thingsLorenz Diener2017-12-111-1/+1
|
* Versioning fixesLorenz Diener2017-12-112-12/+45
|
* Version all endpoints where such a thing makes senseLorenz Diener2017-12-111-7/+61
|
* Add versionind decoratorLorenz Diener2017-12-112-3/+35
|
* Add codecov status bagge to READMELorenz Diener2017-11-301-0/+4
|
* Merge pull request #113 from codl/more-testsLorenz Diener2017-11-3036-91/+2006
|\ | | | | More tests!
| * 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 #112 from codl/fix-111Lorenz Diener2017-11-303-2/+38
|\ \ | | | | | | fix #111
| * | fix #111codl2017-11-291-1/+3
| | |
| * | add failing test case for #111codl2017-11-292-1/+35
| |/
* | Merge pull request #110 from codl/fix-xfail-testsLorenz Diener2017-11-302-2/+1
|\ \ | |/ |/| Fix xfail tests
| * mark the 2 tests that are xfail as strictly xfailcodl2017-11-291-1/+1
| |
| * id hook test shouldn't be marked as expected to fail anymorecodl2017-11-291-1/+0
|/
* 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
| | | | lets pretend I was just testing the CI okay
* add hashtag leading # detection, closes #105Lorenz Diener2017-11-291-1/+5
|
* Merge pull request #109 from codl/test-suiteLorenz Diener2017-11-2953-1/+8484
|\ | | | | Test suite
| * Revert "travis: only notify when a build starts failing, not every time"codl2017-11-291-4/+0
| | | | | | | | This reverts commit cfc6ecc908d102e7886d37ea1f64dd7ec6e2c047.
| * 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
| |
Powered by cgit v1.2.3 (git 2.41.0)