Lorenz Diener
|
c5970d10f9
|
Fix the thing I previously broke
lets pretend I was just testing the CI okay
|
2017-11-29 17:57:04 +01:00 |
|
Lorenz Diener
|
1c64c39701
|
add hashtag leading # detection, closes #105
|
2017-11-29 17:54:27 +01:00 |
|
Lorenz Diener
|
961425e2ab
|
Merge pull request #109 from codl/test-suite
Test suite
|
2017-11-29 17:48:56 +01:00 |
|
codl
|
e79987df24
|
Revert "travis: only notify when a build starts failing, not every time"
This reverts commit cfc6ecc908 .
|
2017-11-29 02:42:07 +01:00 |
|
Lorenz Diener
|
5b811b719d
|
Merge pull request #107 from codl/fix-streaming-tests
fix streaming tests
|
2017-11-28 14:14:30 +01:00 |
|
codl
|
d41e4f42d5
|
add test documentation
|
2017-11-28 14:12:15 +01:00 |
|
codl
|
59c4e4d4f8
|
fix streaming tests
|
2017-11-28 13:50:57 +01:00 |
|
codl
|
95777fe58e
|
add [test] extra so test deps can be installed before running tests
|
2017-11-28 06:03:13 +01:00 |
|
codl
|
d47f915bfb
|
add test for fetch_remaining
|
2017-11-28 01:49:15 +01:00 |
|
codl
|
655a45e086
|
add test for pagination
|
2017-11-28 01:41:18 +01:00 |
|
codl
|
38f99480db
|
add tests for media
|
2017-11-27 23:49:14 +01:00 |
|
codl
|
c73fd26729
|
add tests for writing statuses
|
2017-11-27 22:52:19 +01:00 |
|
codl
|
26eb1004bb
|
add tests for reading statuses
|
2017-11-27 21:36:34 +01:00 |
|
codl
|
9ee84a8dcb
|
add test case for log_in with no log in method given
|
2017-11-27 20:59:14 +01:00 |
|
codl
|
8c9dcbe871
|
shouting!!!!!! ahhh python 2 is bad
|
2017-11-27 20:51:12 +01:00 |
|
codl
|
8601a8a5e1
|
god dAmn it python 2
|
2017-11-27 20:47:14 +01:00 |
|
codl
|
eed6f8f0a4
|
add tests for log_in
|
2017-11-27 20:43:27 +01:00 |
|
codl
|
508d1d2ddd
|
hooks: mark failing test resolved in upstream as xfail
|
2017-11-27 20:42:54 +01:00 |
|
codl
|
29b73a57b8
|
add test for auth_request_url
|
2017-11-27 18:44:15 +01:00 |
|
codl
|
e8d1079562
|
constructor tests: create credential files at runtime
|
2017-11-27 17:47:15 +01:00 |
|
codl
|
14a34396e5
|
use pytest tmpdir fixture instead of making our own temp file
|
2017-11-27 17:43:37 +01:00 |
|
codl
|
80b1ce61c9
|
move test credential files to /tests/
i didnt even realise i put them there whoops
|
2017-11-27 17:13:54 +01:00 |
|
codl
|
cfc6ecc908
|
travis: only notify when a build starts failing, not every time
|
2017-11-27 16:53:59 +01:00 |
|
codl
|
376c1927ba
|
travis: codecov should be in after_script
|
2017-11-27 16:52:13 +01:00 |
|
codl
|
3b6e3313ac
|
travis: cache pip
|
2017-11-27 16:49:38 +01:00 |
|
codl
|
f8ae581692
|
fix: os.open cannot handle file descriptors on python 2.x
|
2017-11-27 16:35:12 +01:00 |
|
codl
|
ee687510b0
|
add tests for create_app
|
2017-11-27 16:30:35 +01:00 |
|
codl
|
96f6e26f59
|
update public tl test to also test local tl
|
2017-11-27 15:26:33 +01:00 |
|
codl
|
ee802d39d0
|
add tests for constructor
|
2017-11-27 15:18:18 +01:00 |
|
codl
|
de17b86f0f
|
typo
|
2017-11-27 14:56:07 +01:00 |
|
codl
|
adc75c4697
|
add a test for accessing a tl that one does not have access to
|
2017-11-27 14:35:56 +01:00 |
|
codl
|
304145f442
|
rename mastodon and mastodon_anonymous fixtures to api, api_anonymous
it was starting to get confusing
|
2017-11-27 14:35:02 +01:00 |
|
codl
|
cfc9c1ce0c
|
add timeline tests
|
2017-11-27 14:20:31 +01:00 |
|
codl
|
765db0fc81
|
move fixtures.py to standardized location conftest.py
|
2017-11-27 14:20:31 +01:00 |
|
Lorenz Diener
|
32adb8ce4b
|
Merge pull request #103 from Kjwon15/feature-asyncstream
Implement is_alive to async stream
|
2017-11-27 13:50:31 +01:00 |
|
Lorenz Diener
|
52d57d9d43
|
Merge pull request #104 from codl/fix-string-ids
fix string id support to also include in_reply_to_... fields
|
2017-11-27 11:59:27 +01:00 |
|
codl
|
d09d27cdd2
|
add a test for instance
|
2017-11-27 03:12:02 +01:00 |
|
codl
|
4b60a0d3cf
|
add tests for json hooks
including a failing test for that thing i fixed earlier which isn't
in this branch 😓
|
2017-11-27 03:12:02 +01:00 |
|
codl
|
430bebc124
|
add codecov
|
2017-11-27 00:47:00 +01:00 |
|
codl
|
9c490fc387
|
add .travis.yml
|
2017-11-27 00:44:54 +01:00 |
|
codl
|
b993878100
|
add coverage reports to tests
|
2017-11-27 00:39:53 +01:00 |
|
codl
|
b9e6a1e9ba
|
fix string id support to also include in_reply_to_... fields
|
2017-11-26 22:49:32 +01:00 |
|
codl
|
ca11ef77ac
|
use six instead of relying on python version
|
2017-11-26 22:33:08 +01:00 |
|
kjwon15
|
3faf7c6473
|
Get current thread correctly
|
2017-11-25 03:09:38 +09:00 |
|
kjwon15
|
fa1840c0fb
|
Implement is_alive to async stream
|
2017-11-25 02:52:00 +09:00 |
|
Lorenz Diener
|
da438529e0
|
Fix small doc problem
|
2017-11-24 17:22:48 +01:00 |
|
Lorenz Diener
|
18f69451ed
|
Merge branch 'master' of https://github.com/halcy/Mastodon.py
|
2017-11-24 15:26:42 +01:00 |
|
Lorenz Diener
|
9e97fce2d6
|
Break streaming entirely, update docs
|
2017-11-24 15:25:38 +01:00 |
|
Lorenz Diener
|
e220e7cc60
|
Many fixes for streaming stuff
|
2017-11-24 15:08:34 +01:00 |
|
Lorenz Diener
|
cea4d4251a
|
Change exceptions slightly
|
2017-11-24 14:20:27 +01:00 |
|