Jannes Höke
5116a77221
Class methods ( #362 )
...
* bot.py: add create_references method
* create bot reference in webhook handler, use create_references on new updates
* message.py: implement reply_text
* echobot2.py: use Message.reply_text
* fix create_references in webhook handler
* add some more instance methods
* Chat.kick_member and unban_member
* bot.py: Create bot references in outgoing messages
* add tests for everything testable
* test_updater.py: add create_references method to MockBot
* remove Bot.create_references and refactor TelegramObject.de_json to take the additional parameter bot
* List bot as named kwarg where used
* file.py: Use Bot.request property instead of Bot._request attr
2016-09-20 06:36:55 +02:00
Jannes Höke
1efd330e59
ConversationHandler: Fix #373
2016-09-20 05:00:39 +02:00
Jacob Bom
f34c09dd72
Fix image sizes in tests.
2016-09-14 19:58:30 +02:00
Jacob Bom
71e74da0a2
Make filters and/or-able using bitwise operators.
...
See associated PR for more info.
2016-09-14 19:29:15 +02:00
Jacob Bom
7ab007d8d4
Add Filters.entities test.
2016-09-13 20:47:43 +02:00
Rahiel Kasim
5285f63e4a
Merge pull request #388 from python-telegram-bot/emoji
...
deprecate telegram.Emoji
2016-09-13 19:25:58 +02:00
Jacob Bom
6647ae3c25
Add methods to parse entities in Message
...
Should close #400 .
* Add parse_entity
* Add parse_entities
* Add MessageEntity types as constants to MessageEntity.
* Add MAX_MESSAGE_ENTITIES to constants.py
Note: the value has been found by experimentation as opposed to extracted from the api docs.
* Add tests for parse_entity and parse_entities
2016-09-07 08:49:09 +02:00
Noam Meltzer
e4a132c0e4
Reusable dispatcher ( #402 )
...
* Create a Request class which maintains its own connection pool
* When creating a Bot instance a new Request instance will be created if one wasn't supplied.
* Updater is responsible for creating a Request instance if a Bot instance wasn't provided.
* Dispatcher: add method to run async functions without decorator
* Dispatcher can now run as a singleton (allowing run_async decorator to work) as it always did and as multiple instances (where run_async decorator will raise RuntimeError)
2016-09-06 16:38:07 +03:00
Rahiel Kasim
da87d4ba78
fix yapf
2016-08-26 11:17:05 +02:00
Rahiel Kasim
fe14000515
remove tests for telegram.Emoji
2016-08-21 11:58:00 +02:00
Rahiel Kasim
00bba73673
drop Python 2.6 support ( closes #245 ) ( #386 )
...
* drop Python 2.6 support (closes #245 )
* fix NullHandler import
* README: explicitly mention Py3 and PyPy compatibility
2016-08-20 22:01:07 +02:00
Jannes Höke
555e36ee80
tests
2016-08-06 14:47:45 +02:00
Jannes Höke
ad3eec2af8
ConversationHandler ( #331 )
...
* initial commit for conversationhandler and example
* implement simple Promise for run_async/conversationhandler
* refactor Promise._done to done
* add handling for timed out Promises
* correctly handle promises with None results
* fix handling tuple states
* update comments on example
* Added a first test on the ConversationHandler.
* Fixed a small typo.
* Yapf'd.
* add sphinx doc for conversation handler
* fix title for callbackqueryhandler sphinx docs
2016-07-15 01:30:54 +02:00
Rahiel Kasim
04a871aff5
introduce constants module ( #342 )
2016-07-14 21:48:31 +02:00
Noam Meltzer
35872d7a8b
test_jobqueue: fix test_jobs_tuple()
...
this test was based on timing and assumed that the JobQueue did not have
time to start processing the queue before checking the assert.
what we really should do is make sure JobQueue does not process anything
2016-06-24 19:13:40 +03:00
Jannes Höke
c4a8ee5175
Merge branch 'master' into jobqueue-rework
...
Conflicts:
tests/test_jobqueue.py
2016-06-20 05:32:15 +02:00
Jannes Höke
738e3213a7
Merge branch 'master' into jobqueue-rework
2016-06-20 00:49:01 +02:00
leandrotoledo
b41f7e3e79
Code style with latest yapf
2016-06-19 17:50:02 -04:00
Noam Meltzer
bc77c845ea
test_updater: make sure that conpool is stopped before setting updater
...
even for the first unitest, it might come after another unitests from
another file which had already init the conpool.
2016-06-18 09:53:08 +03:00
Noam Meltzer
a814e9de6b
make sure to stop conpool between sensitive unitests
2016-06-18 00:50:44 +03:00
Noam Meltzer
d37b6d6735
make sure to stop Updater after the test_createBot is over
2016-06-18 00:01:36 +03:00
Noam Meltzer
cb6ddfded5
Merge remote-tracking branch 'origin/master' into urllib3
2016-06-17 17:54:04 +03:00
leandrotoledo
f0b91ecf46
Fix travis
2016-06-03 13:44:24 -04:00
Jannes Höke
de2d732135
Merge branch 'master' into jobqueue-rework
...
Conflicts:
README.rst
telegram/ext/commandhandler.py
telegram/ext/messagehandler.py
2016-05-31 15:34:36 +02:00
Noam Meltzer
b040568b07
test_bot: fix for urllib3 compatibility
2016-05-30 01:05:19 +03:00
Rahiel Kasim
f31bd91673
Merge pull request #305 from python-telegram-bot/move-botan
...
move botan from utils to contrib
2016-05-28 21:32:07 +02:00
Rahiel Kasim
c8497424b7
move botan to contrib
2016-05-28 09:12:10 +02:00
Leandro Toledo
80fbe98b44
Reflecting tests for Filters change
2016-05-27 21:14:55 -03:00
Jannes Höke
a0bb5730c6
add allow_edited parameter to MessageHandler and CommandHandler
2016-05-27 11:07:06 +02:00
Leandro Toledo
9a13de4a96
Merge remote-tracking branch 'origin/master' into bot2.1
...
Conflicts:
telegram/bot.py
tests/test_bot.py
2016-05-26 16:15:50 -03:00
Noam Meltzer
561f1c3f02
bot: validate token does not contain white spaces ( #306 )
...
in addition move validation code from validate.py into bot.py and delete
the former file
2016-05-26 22:09:14 +03:00
Jannes Höke
bb165b6acf
add pass_job_queue parameter to all handler classes
2016-05-26 14:39:11 +02:00
Jannes Höke
20067ff178
add test for context parameter
2016-05-26 14:07:44 +02:00
Leandro Toledo
663fa0013d
merge master
2016-05-25 22:09:18 -03:00
Leandro Toledo
1e398821a0
Introducing telegram.error.BadRequest and testLeaveChat testcase #302
2016-05-25 21:15:17 -03:00
Jannes Höke
3aedd78e29
make job queue API similar to the dispatcher, add new functionality
2016-05-25 23:36:41 +02:00
Rahiel Kasim
386b91f708
refactor testing if user is bot
2016-05-25 09:41:48 +02:00
Rahiel Kasim
76b9a7d328
add tests for Bot.getChat*
2016-05-25 01:31:10 +02:00
Rahiel Kasim
c4d5eff9f3
move botan from utils to ext
2016-05-24 23:40:09 +02:00
Leandro Toledo
046e69b1c1
Commenting test for token with newline
2016-05-23 22:02:15 -03:00
Leandro Toledo
0b2fd120d8
Due kwargs I had to change the factory class in favor of InputLocationMessageContent #302
2016-05-23 21:09:07 -03:00
Leandro Toledo
7c84516d2b
Merge branch 'master' of github.com:python-telegram-bot/python-telegram-bot
2016-05-23 19:44:34 -03:00
leandrotoledo
c7db9a96cd
Set split_before_logical_operator to True
2016-05-23 17:19:35 -03:00
Leandro Toledo
af89cbecf3
Add test for unstripped tokens [ci skip]
2016-05-22 18:22:22 -03:00
leandrotoledo
eb303903ef
Fix travis
2016-05-22 12:55:48 -03:00
Jannes Höke
f5847be8ca
update file size from 684 to 685
2016-05-17 10:19:00 +02:00
Leandro Toledo
880746baed
Column width to 90 #259
2016-05-14 21:52:35 -03:00
Leandro Toledo
8ad1f330ea
First run of yapf for tests/* #259
2016-05-14 21:39:11 -03:00
Jannes Höke
4d8174edc3
check for py2 and decode
2016-05-12 08:31:47 +02:00
Jannes Höke
235bb72702
use future.utils.text_to_native_str
2016-05-12 08:17:05 +02:00
Rahiel Kasim
9a5ccb1c2d
fix sticker emoji test
...
We always get utf-8 text from Telegram, so we compare to that.
2016-05-12 01:10:04 +02:00
Jannes Höke
c551d71735
add emoji field to sticker
2016-05-11 23:19:35 +02:00
Jannes Höke
6ec81dd552
move cleaning updates to bootstrapping phase ( #282 )
2016-05-11 00:58:55 +03:00
Jannes Höke
0e0611767a
add location attribute #272
2016-05-01 20:08:34 +02:00
Jannes Höke
d940afa718
merge master into cr4.0
2016-04-29 18:37:41 +02:00
Noam Meltzer
e160355190
remove unused imports, use future for urllib imports
2016-04-28 01:41:32 +03:00
Leandro Toledo
d80e0b4b8c
Add more test cases
2016-04-26 22:48:02 -03:00
Jannes Höke
7f463131aa
re-order imports
2016-04-27 00:28:21 +02:00
Leandro Toledo
a79f636345
Formatting
2016-04-26 19:08:35 -03:00
Leandro Toledo
4a4dbcdbf8
unittest2 for py2
2016-04-26 19:02:17 -03:00
Leandro Toledo
7b13adb34b
Renaming methods for InlineKeyboardButton
2016-04-26 18:58:22 -03:00
Leandro Toledo
e905f310c4
Renaming methods for KeyboardButton
2016-04-26 18:57:52 -03:00
Leandro Toledo
631c825c1d
Merge remote-tracking branch 'origin/unittest-bot2.0' into unittest-bot2.0
2016-04-26 18:51:02 -03:00
Leandro Toledo
ed7ecddb8d
address to _address due nose limitations
2016-04-26 18:50:47 -03:00
Jannes Höke
a3dae1f112
use correct filter in command filter test
2016-04-26 23:49:59 +02:00
Leandro Toledo
1d33c39a1b
Merge remote-tracking branch 'origin/unittest-bot2.0' into unittest-bot2.0
2016-04-26 18:43:56 -03:00
Leandro Toledo
14d3f62e44
Minor fix
2016-04-26 18:43:39 -03:00
Jannes Höke
931b22f49e
tests for Filters
2016-04-26 23:42:58 +02:00
Leandro Toledo
f0aafda1b9
Add KeyboardButtonTest
2016-04-26 18:40:48 -03:00
Leandro Toledo
ecb6ddd83d
Add VenueTest
2016-04-26 18:34:25 -03:00
Leandro Toledo
cb46b0373f
Add MessageEntityTest and reformatting.
2016-04-26 18:29:13 -03:00
Leandro Toledo
35f6de326b
Add InlineKeyboardButtonTest and reformatting.
2016-04-26 18:23:15 -03:00
leandrotoledo
1f29093027
Merge branch 'unittest-bot2.0' of https://github.com/python-telegram-bot/python-telegram-bot into unittest-bot2.0
2016-04-26 14:17:59 -03:00
Noam Meltzer
3f28633e79
MessageHandler / filters: refactor
...
filters are now functions instead of enum like objects.
their definitions were moved to messagehandler.py
2016-04-26 17:47:37 +03:00
Leandro Toledo
c0d63deae3
Merge remote-tracking branch 'origin/unittest-bot2.0' into unittest-bot2.0
2016-04-24 14:33:04 -03:00
Leandro Toledo
f152195a68
Minor fix
2016-04-24 14:32:52 -03:00
Jannes Höke
b2fd2ba697
add callback data
2016-04-24 19:00:21 +02:00
Jannes Höke
01cca924ca
inlinekeyboardmarkup test (failing)
2016-04-24 16:30:53 +02:00
Leandro Toledo
4b173bfd52
Add tests for InputContactMessageContent InputLocationMessageContent InputTextMessageContent InputVenueMessageContent
2016-04-24 11:08:06 -03:00
Leandro Toledo
ca1fff25f7
Some code reformat and minor fixes
2016-04-23 23:11:25 -03:00
Leandro Toledo
0d6b3a5411
Seems like self.address conflicts with nose. Validating...
2016-04-23 22:47:50 -03:00
Leandro Toledo
6cacea96f7
No clue what's going on with travis and Venue
2016-04-23 22:43:48 -03:00
Leandro Toledo
4775107af0
Trying to isolate the problem.
2016-04-23 22:40:52 -03:00
Leandro Toledo
fe06708d34
Trying to isolate the problem.
2016-04-23 22:37:59 -03:00
Leandro Toledo
6390b7fd9b
Going deeper...
2016-04-23 21:43:27 -03:00
Leandro Toledo
2160ce70a6
This piece of code killed Travis somehow, investigating.
2016-04-23 21:40:36 -03:00
Leandro Toledo
5e5125444c
Adding all the others inlinequeryresult tests #188 .
2016-04-23 21:26:59 -03:00
Leandro Toledo
f86e6f97db
Adding some inlinequeryresult tests #188 .
2016-04-23 21:06:18 -03:00
Leandro Toledo
325d8131ee
Adding input_message_content and reply_markup for existing inlinequery* tests.
2016-04-23 20:40:51 -03:00
Leandro Toledo
f68b8c3a4a
Adds InputContactMessageContent class, fixes InlineQueryResultArticle tests, de_json super calls for replymarkup objects and factory for InputMessageContent #188
2016-04-23 20:19:51 -03:00
leandrotoledo
4c0737d7c1
Moving InlineQuery* classes to its own test files
2016-04-23 10:47:10 -03:00
leandrotoledo
5dd95f1968
Renaming some tests
2016-04-23 10:39:52 -03:00
Jannes Höke
b30417681b
Merge pull request #248 from python-telegram-bot/bytes-images-py2
...
InputFile to support any objects with .read attribute
2016-04-23 14:36:59 +02:00
leandrotoledo
37e48b4707
Fixing BufferedReader test #248
2016-04-23 09:23:03 -03:00
leandrotoledo
252abb138d
Using hasattr instead isinstance for file check #119
2016-04-22 21:51:00 -03:00
Jannes Höke
cb79317354
remove lazy import of JobQueue
2016-04-21 20:37:43 +02:00
Jannes Höke
cfdfdeb4fc
Merge branch 'bot-api-2.0' into dispatcher-rework
2016-04-21 17:20:05 +02:00
Leandro Toledo
0669c72fe3
Fixing little princes Python 2.6 string format arg #232
2016-04-21 12:18:51 -03:00
Leandro Toledo
a8255e4f51
Revert switch_inline_query #232
2016-04-21 11:42:02 -03:00
Leandro Toledo
e56c6dfab6
Revert "Minor fixes #232 "
...
This reverts commit 720c4d22d8
.
2016-04-21 11:20:09 -03:00
Leandro Toledo
720c4d22d8
Minor fixes #232
2016-04-21 10:56:38 -03:00
Leandro Toledo
bb36c725af
More refactoring and docstrings #232
2016-04-21 09:21:12 -03:00
Jannes Höke
9bf5da5ed3
add test for callback query handler
2016-04-21 13:07:44 +02:00
Jannes Höke
de5619f3ca
tests
2016-04-18 18:50:49 +02:00
Leandro Toledo
dd8f94885a
Commenting out deprecated arguments #232
2016-04-16 13:59:15 -03:00
Leandro Toledo
15cc410c10
Merge remote-tracking branch 'upstream/master' into bot-api-2.0
2016-04-16 13:16:49 -03:00
kiddick
a9b305edd0
Fix class declaration according to consistency. ( #235 )
2016-04-15 17:20:37 +03:00
Leandro Toledo
390184f605
Replacing assertIsInstance() to assertTrue(isinstance()) #232
2016-04-14 03:52:35 -03:00
Leandro Toledo
086fa1251c
Minor fixes #232
2016-04-14 03:40:26 -03:00
leandrotoledo
ba0ea4f268
Add TOKEN and CHAT_ID for testing in favor of #221
2016-03-31 15:36:18 -03:00
Jannes Höke
6db377d56d
Only set webhook if using SSL and also send certificate
2016-03-23 10:11:10 +01:00
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
Leandro Toledo
12d71d5a91
Fix file_size tests for send* by URL
2016-01-11 20:33:17 -02:00
Leandro Toledo
48bf6bfab0
Adding telegram.gif for testing purposes
2016-01-11 20:20:57 -02:00
Leandro Toledo
7227ca3aab
Tests for send(Audio,Voice,Video) by URL
2016-01-11 20:19:55 -02:00
Jannes Höke
d10b657521
enable sending by URL for all sendX methods
2016-01-10 15:12:42 +01:00
Jannes Höke
aa8966832b
release 3.2 and update copyright notice to 2015-2016
2016-01-05 14:12:03 +01:00
Jannes Höke
2875bae881
Integrate JobQueue with Updater
2016-01-05 13:32:19 +01:00
Jannes Höke
9319903343
rename testclass
2016-01-04 11:08:43 +01:00
Jannes Höke
73f4f26da5
more tests
2016-01-04 02:36:15 +01:00
Jannes Höke
24b2bf335c
Increase time for travis testing
2016-01-04 02:12:24 +01:00
Jannes Höke
fc3fa0f515
Increase time for travis testing
2016-01-04 02:11:42 +01:00
Jannes Höke
dd7d1255d1
fixes, tests and examples for job queue
2016-01-04 01:56:22 +01:00
Noam Meltzer
5d168bd479
improve unitest coverage
2016-01-04 00:34:39 +02:00
Noam Meltzer
1c8bb21790
fix python 2.6 unitests which with the backport package unittest2
2016-01-04 00:32:17 +02:00
Noam Meltzer
7734c1d6a6
fix unitests to work with new token validator
2016-01-04 00:32:13 +02:00
Jannes Höke
ea7c54ba07
Release v3.1.1, change author email everywhere
2015-12-21 21:18:53 +01:00
Jannes Höke
3c7b037eaa
add additional arguments 'groups' and 'groupdict' for regex handlers
2015-12-21 20:25:31 +01:00
Jannes Höke
c15a1bc151
fix for #123
2015-12-21 19:36:17 +01:00
Jannes Höke
6e158042e1
API updates Oct and Nov
2015-12-16 15:31:02 +01:00
Jannes Höke
56ab40d94f
increase time in test multiple messages
2015-12-01 21:58:39 +01:00
Gerd Augsburg
809fe4b74f
Updated tests for start_webhook
2015-12-01 14:48:55 +01:00
Jannes Höke
e60694a8cc
update test_webhook and add test_webhook_no_ssl
2015-11-30 23:00:56 +01:00
Jannes Höke
628a4c4eac
final renaming of files and flake8
2015-11-24 21:06:55 +01:00
Jannes Höke
83d2ca3aa7
assertIsNone(...) to assertTrue(None is ...)
2015-11-24 20:40:40 +01:00
Jannes Höke
29cdfe671e
test removehandler methods
2015-11-24 20:34:38 +01:00
Jannes Höke
f21b6046c5
test error in handler, other webhook server functionalites
2015-11-24 19:35:02 +01:00
Jannes Höke
e1f3f346bc
Test for Update.idle()
2015-11-24 14:57:54 +01:00
Jannes Höke
658b5ff1c0
update tests
2015-11-22 19:16:49 +01:00
Jannes Höke
15501e185b
renamed broadcaster.py to dispatcher.py
2015-11-22 14:52:41 +01:00
Jannes Höke
1782d0d19b
refactor Broadcaster to Dispatcher
2015-11-22 14:47:38 +01:00
Jannes Höke
c7a1d8dca3
test additional arguments
2015-11-22 14:08:33 +01:00
Jannes Höke
4d87e236be
Use random port for travis and py2&/py3 compability
2015-11-21 23:22:41 +01:00
Jannes Höke
29ab0556f0
test Webhook completed
2015-11-21 23:09:44 +01:00
Jannes Höke
6a80a33aef
test for error on getUpdates and began to test webhook
2015-11-21 21:22:58 +01:00
Jannes Höke
6626d4534e
test @run_async
2015-11-21 19:35:24 +01:00
Jannes Höke
6b309397e8
send less messages in more time so travis can take its time
2015-11-21 16:18:19 +01:00
Jannes Höke
d38add1a1c
really?
2015-11-21 15:50:39 +01:00
Jannes Höke
1c7e784662
add setWebhook to mock bot
2015-11-21 15:48:45 +01:00
Jannes Höke
0006294f29
update tests
2015-11-21 15:45:45 +01:00
Jannes Höke
c1f194a310
change all start() to start_polling()
2015-11-21 15:31:23 +01:00
Jannes Höke
1b79a57673
Merge branch 'master' of github.com:leandrotoledo/python-telegram-bot into boteventhandler
2015-11-15 17:38:37 +01:00
leandrotoledo
8f3fe123e3
Fix travis
2015-11-13 10:53:31 -02:00
Jannes Höke
2797111ced
First tests for BotEventHandler and Broadcaster
2015-11-10 23:15:37 +01:00
Jannes Höke
0e5b48f3b4
Add tests for Emoji class, since it now contains actual code
2015-11-03 14:47:13 +01:00
Leandro Toledo
cf5d184766
Add type to User and GroupChat classes
2015-10-08 10:19:05 -03:00
Leandro Toledo
1919f873c0
Fix tests
2015-09-20 12:47:02 -03:00
Leandro Toledo
a1f35355f6
Keep bleeding edge features on testing branch
2015-09-20 12:43:32 -03:00
Leandro Toledo
b79530b10c
Adding File and its tests
2015-09-20 12:28:10 -03:00
Leandro Toledo
f623db06ea
Revert "Feature/requests"
2015-09-16 00:21:45 -03:00
Leandro Toledo
eb557e0eba
Keeping features under development off this release
2015-09-10 20:37:25 -03:00
Leandro Toledo
354bfcad79
legacy tests now run using BaseTest
2015-09-10 20:06:27 -03:00
Leandro Toledo
a1e12d424c
Fix inverted lat/long
2015-09-10 16:59:08 -03:00
leandrotoledo
77977b99b1
Add tests to custom filename arg #56
2015-09-08 15:52:10 -03:00
leandrotoledo
cfa5e8a6fe
Using nose to run tests
2015-09-08 15:03:04 -03:00
leandrotoledo
073d43fd75
Improve tests for GroupChat and User
2015-09-07 20:11:02 -03:00
leandrotoledo
64ca4d7b82
Fix travis, this time for real
2015-09-07 16:53:01 -03:00
leandrotoledo
6d7542ce50
Fix travis
2015-09-07 16:33:00 -03:00
leandrotoledo
36dc1633f5
Move old tests to legacy dir until get new ones written
2015-09-07 15:54:50 -03:00
leandrotoledo
5c4f0f152a
Much better, such wow Location tests
2015-09-07 14:31:08 -03:00
leandrotoledo
f29a6f0e36
Update Document tests class
2015-09-07 14:17:41 -03:00
leandrotoledo
1b0c3731de
Update Base tests class
2015-09-07 14:12:58 -03:00
leandrotoledo
4be946d116
Much better, such wow GroupChat tests
2015-09-07 14:10:57 -03:00
leandrotoledo
73e36e3b73
Much better, such wow User tests
2015-09-07 14:03:20 -03:00
leandrotoledo
6141e76693
Much better, such wow Update tests
2015-09-07 13:55:28 -03:00
leandrotoledo
61ef876532
Much better, such wow Contact tests
2015-09-07 13:42:51 -03:00
leandrotoledo
060442e0ae
Much better, such wow Sticker tests
2015-09-07 12:10:29 -03:00
leandrotoledo
2254440671
Much better, such wow Document tests
2015-09-07 11:55:55 -03:00
leandrotoledo
65a224884f
Much better, such wow Audio/Voice/Video tests
2015-09-07 11:22:25 -03:00
leandrotoledo
0218aa2f4e
Much better, such wow Voice tests
2015-09-07 09:56:51 -03:00
leandrotoledo
28e81ee9f6
Much better, such wow Audio tests
2015-09-07 09:56:41 -03:00
leandrotoledo
30749c3b66
Merging testing
2015-09-04 23:21:31 -03:00
leandrotoledo
f355af1d2b
Restoring new features after rebase
2015-09-04 19:11:31 -03:00
leandrotoledo
79cdb6cafe
Adding test to check if thumbs are PhotoSize instances
2015-09-04 18:58:48 -03:00
leandrotoledo
245238b3a2
Keep off some features still in progress
2015-09-04 18:03:04 -03:00
leandrotoledo
62f06da897
Move command_handler tests to tests/ folder
2015-09-04 17:54:30 -03:00
Leandro Toledo
a86fc6c2ac
Improving the design of existing Telegram classes
2015-08-28 17:45:44 -03:00
Leandro Toledo
1c4595123c
Add improvements to tests
2015-08-28 13:28:58 -03:00
Leandro Toledo
6837bef9bb
Fix tests for Py2.6
2015-08-28 13:07:12 -03:00
Leandro Toledo
0f924508f7
Fix tests and minor changes
2015-08-28 13:02:02 -03:00
leandrotoledo
d03a394075
Refactoring, improving the design of existing message class and adding docstrings
2015-08-21 14:49:07 -03:00
Leandro Toledo
6e2881b31b
Adding support for Voice object and sendVoice method #39
2015-08-17 11:34:42 -03:00
Leandro Toledo
686aecb914
Fix tests for Python 3
2015-08-17 10:01:17 -03:00
Leandro Toledo
56f6845969
Adding is_json tests and fixes json serialization when a forwared message #38
2015-08-17 09:56:51 -03:00
Leandro Toledo
5dc1e4cac1
Use imghdr instead re to match image headers. Fixes #37
2015-08-15 15:00:28 -03:00
Leandro Toledo
fda1843593
Remove import pdb
2015-08-14 15:48:33 -03:00
Leandro Toledo
9b6ccaf94b
Convert unix timestamp from date and forward_date in messages to date object #35
2015-08-14 15:47:31 -03:00
Leandro Toledo
ecdf32b5f6
Apply new Telegram Bot API changes #32
2015-08-11 17:32:06 -03:00
Leandro Toledo
163b27b7dd
fix license header
2015-08-11 16:58:17 -03:00
Leandro Toledo
59b247af94
Moving from GPLv2 to LGPLv3
2015-08-10 13:57:31 -03:00
Leandro Toledo
09ffd28df5
Update tests and logging
2015-08-09 09:59:41 -03:00
leandrotoledo
cad325c874
Adding logging
2015-07-20 08:50:30 -03:00
leandrotoledo
23b99690a1
I gave up, no support for Python 3.2 atm.
2015-07-15 11:01:11 -03:00
leandrotoledo
da6b7d496e
Fix test for Python 3.2
2015-07-15 10:55:52 -03:00
leandrotoledo
048fa23fd6
Merge branch 'master' of https://github.com/leandrotoledo/python-telegram-bot
2015-07-15 10:43:31 -03:00
leandrotoledo
92c3f48cda
Removing redundant parentheses, Python3 support, user.name property
2015-07-15 10:05:31 -03:00
leandrotoledo
d8912f5290
move isFileRequest to InputFile as @staticmethod, new tests written, README updated
2015-07-14 05:25:44 -03:00
Leandro Toledo
4a2c09e0cf
Releasing 1.8
2015-07-12 10:37:33 -03:00
Leandro Toledo
20b856a05f
Update test to support UTF8 text messages
2015-07-12 10:31:18 -03:00
Leandro Toledo
59d55df99e
Fixes crash when username is not defined on chat
2015-07-11 10:01:07 -03:00
Leandro Toledo
8ab910bd62
Adding URL support to send files
2015-07-10 19:46:15 -03:00
Leandro Toledo
5c6d233179
Fixes unicode erros when sending files
2015-07-10 16:50:33 -03:00
Leandro Toledo
8f8b220bff
Get rid of requests requirement, adding sendVideo file test
2015-07-10 13:43:35 -03:00
Leandro Toledo
b90b608fb1
Add to_json method to classes
2015-07-09 11:40:44 -03:00
Leandro Toledo
0214910741
Adding ReplyMarkup, ForceReply, renaming methods and minor fixes
2015-07-08 21:15:46 -03:00
Leandro Toledo
b39b6241b5
Updating README and minor fixes
2015-07-08 17:58:50 -03:00
Leandro Toledo
0b19099eea
Adding getUserProfilePhotos
2015-07-08 10:10:08 -03:00
Leandro Toledo
c20d6465fc
Adding sendChatAction, its tests and minor fixes
2015-07-08 09:55:06 -03:00
Leandro Toledo
86c1f68419
Adding sendLocation, its tests and minor fixes
2015-07-08 09:37:25 -03:00
Leandro Toledo
5963649c9a
Adding sendVideo and minor fixes
2015-07-08 09:17:18 -03:00
Leandro Toledo
635fae04e6
Adding Sticker and its tests
2015-07-07 23:52:12 -03:00
Leandro Toledo
368fe234f3
Adding Document and minor fixes
2015-07-07 21:12:51 -03:00
Leandro Toledo
c4cfcaecec
Adding PhotoSize and Audio models
2015-07-07 20:52:57 -03:00
Leandro Toledo
0b0bc3d550
Adding sendAudio method
2015-07-07 20:10:43 -03:00
Leandro Toledo
5e2f60ed7d
Adding sendPhoto method by file_id
2015-07-07 19:06:17 -03:00
Leandro Toledo
f7a15306a8
Adding sendPhoto method
2015-07-07 18:46:32 -03:00
Leandro Toledo
1b97d99357
Adding tests
2015-07-07 17:33:59 -03:00
Leandro Toledo
8c3ed7c629
Adding tests
2015-07-07 17:04:42 -03:00