leandrotoledo
|
da193711b1
|
Add legacy imports test to Dispatcher and JobQueue
|
2016-03-22 11:12:47 -03:00 |
|
Jannes Höke
|
63a83d4cc2
|
fix imports of updatequeue
|
2016-03-22 02:48:56 +01:00 |
|
Noam Meltzer
|
2939885c5b
|
test_updater: import Updater from telegram.ext
|
2016-03-15 22:08:06 +02:00 |
|
Noam Meltzer
|
f07f33e160
|
updater: unitests for _set_webhook
|
2016-03-15 22:02:34 +02:00 |
|
Rahiel Kasim
|
98112d3987
|
move Updater and friends to ext submodule
|
2016-03-14 14:50:12 +01:00 |
|
Aydar Biktimirov
|
0600b2634e
|
added tests for disable_notification parameter
|
2016-03-11 09:37:43 +03:00 |
|
Noam Meltzer
|
a0a040a9c2
|
updater: allow cleaning updates from Telegram servers before start
|
2016-03-01 22:12:12 +02:00 |
|
Jannes Höke
|
75c6662f35
|
leverage timing a bit more
|
2016-02-28 02:11:48 +01:00 |
|
Jannes Höke
|
b5875a3abd
|
increase timing for repeatedly failing travis test
|
2016-02-28 01:53:18 +01:00 |
|
Jannes Höke
|
4aca4d1d1f
|
Merge pull request #187 from python-telegram-bot/flaky-tests
Flaky tests
|
2016-02-28 01:02:11 +01:00 |
|
Noam Meltzer
|
2e6db1330f
|
test_botan.py: another flaky test
|
2016-02-27 23:39:03 +02:00 |
|
Noam Meltzer
|
26f87c4873
|
test_video.py: specify timeout for the sendVideo operation itself
|
2016-02-27 23:01:22 +02:00 |
|
Noam Meltzer
|
d2623d2671
|
test_voice.py: adapt to latest changes in the API
|
2016-02-27 22:53:40 +02:00 |
|
Noam Meltzer
|
ec8cd37345
|
test_video.py: adapt to latest changes in the API
|
2016-02-27 22:50:28 +02:00 |
|
Noam Meltzer
|
d5b35e7e1d
|
unitests: remove docstrings & prints - not needed with nosetests
|
2016-02-24 00:45:49 +02:00 |
|
Noam Meltzer
|
e0cf0abb1b
|
flaky tests: try up to 3 times, need to succeed once
|
2016-02-22 01:52:31 +02:00 |
|
Noam Meltzer
|
ec13a36bdd
|
unitests: use home brewed timeout for tests
|
2016-02-22 01:38:26 +02:00 |
|
Jannes Höke
|
d05fa1275a
|
use timed tests and flaky
|
2016-02-21 12:52:47 +01:00 |
|
Jannes Höke
|
efd10507d0
|
remove kwargs in favor of named keyword arguments, validate argument types
|
2016-02-21 11:33:34 +01:00 |
|
Jannes Höke
|
ca526fba73
|
improve unit tests according to comments
|
2016-02-20 12:14:34 +01:00 |
|
Jannes Höke
|
e2cc8db992
|
Merge branch 'master' into inlinebots
|
2016-02-20 11:17:34 +01:00 |
|
Noam Meltzer
|
7d39e1bdef
|
updater: more unitests for webookhandler
|
2016-02-19 18:00:57 +02:00 |
|
Jannes Höke
|
c55c5408b1
|
tests and corrections for inlinequery
|
2016-02-07 23:34:15 +01:00 |
|
Jannes Höke
|
d1dc32d849
|
tests and corrections for choseninlineresult
|
2016-02-07 23:26:38 +01:00 |
|
Jannes Höke
|
fc73948c82
|
fix to_dict tests
|
2016-02-07 23:25:48 +01:00 |
|
Jannes Höke
|
70dfb88eb5
|
complete tests for inline results
|
2016-02-07 22:56:25 +01:00 |
|
Jannes Höke
|
2a01292a64
|
Merge branch 'master' into inlinebots
|
2016-02-07 22:42:12 +01:00 |
|
Jannes Höke
|
bec81b5c3b
|
Merge pull request #161 from tsnoam/master
better exception handling
|
2016-02-07 22:34:49 +01:00 |
|
Jannes Höke
|
17ac73c3c4
|
fix message to json
|
2016-02-07 14:46:36 +01:00 |
|
Noam Meltzer
|
d4beb94059
|
Add specific exceptions types for important errors
maintain backward compatibility with the 'old' exception by inherting
from TelegramError and using the same message
|
2016-02-06 18:48:55 +02:00 |
|
Noam Meltzer
|
034d0054ea
|
test_audio: temp. disable duration unitest
due to telegram server bug
|
2016-02-06 18:34:30 +02:00 |
|
Jannes Höke
|
2436cab2e5
|
tests for gif and mpeg4
|
2016-02-03 02:09:05 +01:00 |
|
Jannes Höke
|
08836c60ca
|
tests for InlineQueryResultPhoto
|
2016-01-31 10:52:04 +01:00 |
|
Jannes Höke
|
8d94c14504
|
Merge branch 'master' into inlinebots
|
2016-01-29 23:55:34 +01:00 |
|
Jannes Höke
|
69183d85f7
|
add test for InlineQueryResultArticle
|
2016-01-29 23:54:49 +01:00 |
|
Jannes Höke
|
142cc6e6ad
|
add test for dispatching inline queries/results
|
2016-01-29 23:54:49 +01:00 |
|
Juan Madurga
|
c13af4d61d
|
parse mode for HTML added
|
2016-01-27 11:20:32 +01:00 |
|
Juan Madurga
|
702544f709
|
fix pep8 extra lines
|
2016-01-26 23:58:07 +01:00 |
|
Juan Madurga
|
713f0d1335
|
add tests for replymarkup objects
|
2016-01-26 23:43:16 +01:00 |
|
Jannes Höke
|
44645d2cc6
|
Merge pull request #157 from jlmadurga/context-for-handlers
Add context to dispatcher
|
2016-01-25 17:46:14 +01:00 |
|
Oleg Shlyazhko
|
1000a56e0d
|
more test vor botan module, increase coverage
|
2016-01-24 18:32:12 +03:00 |
|
Oleg Shlyazhko
|
5a2a541ae0
|
rename botan test correctly and move token to ENV
|
2016-01-23 19:09:56 +03:00 |
|
Oleg Shlyazhko
|
bb2cce56a3
|
insert correct appmetrica token instead of bot token in botan test
|
2016-01-23 16:58:44 +03:00 |
|
Oleg Shlyazhko
|
7931045bf3
|
test for botan analytics module
|
2016-01-23 14:24:49 +03:00 |
|
Juan Madurga
|
a6650de93d
|
Add context parameter to dispatcher. Handlers now can updates with a context data if required
|
2016-01-20 19:56:41 +01:00 |
|
Leandro Toledo
|
2a7b03e7c2
|
Fix travis - file_size is irrelevant for resend test
|
2016-01-13 19:15:11 -02:00 |
|
Leandro Toledo
|
9f55c15cc7
|
Add sendPhoto tests, fix file_id casting to str instead unicode
|
2016-01-11 22:25:46 -02:00 |
|
Leandro Toledo
|
a32ae8b895
|
Merge branch 'master' into urls
|
2016-01-11 22:12:06 -02:00 |
|
Leandro Toledo
|
a539a0c3a5
|
Add data object for sendPhoto tests
|
2016-01-11 22:11:29 -02:00 |
|
Leandro Toledo
|
b4abf75524
|
Fix data objects references for tests to raw files on Githup repo
|
2016-01-11 21:11:10 -02:00 |
|