python-telegram-bot/tests
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
..
data Add data object for sendPhoto tests 2016-01-11 22:11:29 -02:00
__init__.py Fix travis 2015-09-07 16:33:00 -03:00
base.py fix yapf 2016-08-26 11:17:05 +02:00
test_audio.py Class methods (#362) 2016-09-20 06:36:55 +02:00
test_bot.py Fix image sizes in tests. 2016-09-14 19:58:30 +02:00
test_botan.py move botan to contrib 2016-05-28 09:12:10 +02:00
test_chat.py Class methods (#362) 2016-09-20 06:36:55 +02:00
test_choseninlineresult.py Class methods (#362) 2016-09-20 06:36:55 +02:00
test_constants.py fix yapf 2016-08-26 11:17:05 +02:00
test_contact.py Class methods (#362) 2016-09-20 06:36:55 +02:00
test_conversationhandler.py ConversationHandler: Fix #373 2016-09-20 05:00:39 +02:00
test_document.py Class methods (#362) 2016-09-20 06:36:55 +02:00
test_file.py Class methods (#362) 2016-09-20 06:36:55 +02:00
test_filters.py Reflecting tests for Filters change 2016-05-27 21:14:55 -03:00
test_forcereply.py Class methods (#362) 2016-09-20 06:36:55 +02:00
test_inlinekeyboardbutton.py Class methods (#362) 2016-09-20 06:36:55 +02:00
test_inlinekeyboardmarkup.py Class methods (#362) 2016-09-20 06:36:55 +02:00
test_inlinequery.py Class methods (#362) 2016-09-20 06:36:55 +02:00
test_inlinequeryresultarticle.py Class methods (#362) 2016-09-20 06:36:55 +02:00
test_inlinequeryresultaudio.py Class methods (#362) 2016-09-20 06:36:55 +02:00
test_inlinequeryresultcachedaudio.py Class methods (#362) 2016-09-20 06:36:55 +02:00
test_inlinequeryresultcacheddocument.py Class methods (#362) 2016-09-20 06:36:55 +02:00
test_inlinequeryresultcachedgif.py Class methods (#362) 2016-09-20 06:36:55 +02:00
test_inlinequeryresultcachedmpeg4gif.py Class methods (#362) 2016-09-20 06:36:55 +02:00
test_inlinequeryresultcachedphoto.py Class methods (#362) 2016-09-20 06:36:55 +02:00
test_inlinequeryresultcachedsticker.py Class methods (#362) 2016-09-20 06:36:55 +02:00
test_inlinequeryresultcachedvideo.py Class methods (#362) 2016-09-20 06:36:55 +02:00
test_inlinequeryresultcachedvoice.py Class methods (#362) 2016-09-20 06:36:55 +02:00
test_inlinequeryresultcontact.py Class methods (#362) 2016-09-20 06:36:55 +02:00
test_inlinequeryresultdocument.py Class methods (#362) 2016-09-20 06:36:55 +02:00
test_inlinequeryresultgif.py Class methods (#362) 2016-09-20 06:36:55 +02:00
test_inlinequeryresultlocation.py Class methods (#362) 2016-09-20 06:36:55 +02:00
test_inlinequeryresultmpeg4gif.py Class methods (#362) 2016-09-20 06:36:55 +02:00
test_inlinequeryresultphoto.py Class methods (#362) 2016-09-20 06:36:55 +02:00
test_inlinequeryresultvenue.py Class methods (#362) 2016-09-20 06:36:55 +02:00
test_inlinequeryresultvideo.py Class methods (#362) 2016-09-20 06:36:55 +02:00
test_inlinequeryresultvoice.py Class methods (#362) 2016-09-20 06:36:55 +02:00
test_inputcontactmessagecontent.py Class methods (#362) 2016-09-20 06:36:55 +02:00
test_inputlocationmessagecontent.py Class methods (#362) 2016-09-20 06:36:55 +02:00
test_inputmessagecontent.py Class methods (#362) 2016-09-20 06:36:55 +02:00
test_inputtextmessagecontent.py Class methods (#362) 2016-09-20 06:36:55 +02:00
test_inputvenuemessagecontent.py Class methods (#362) 2016-09-20 06:36:55 +02:00
test_jobqueue.py Reusable dispatcher (#402) 2016-09-06 16:38:07 +03:00
test_keyboardbutton.py Class methods (#362) 2016-09-20 06:36:55 +02:00
test_location.py Class methods (#362) 2016-09-20 06:36:55 +02:00
test_message.py Class methods (#362) 2016-09-20 06:36:55 +02:00
test_messageentity.py Class methods (#362) 2016-09-20 06:36:55 +02:00
test_parsemode.py fix yapf 2016-08-26 11:17:05 +02:00
test_photo.py Class methods (#362) 2016-09-20 06:36:55 +02:00
test_replykeyboardhide.py Class methods (#362) 2016-09-20 06:36:55 +02:00
test_replykeyboardmarkup.py Class methods (#362) 2016-09-20 06:36:55 +02:00
test_replymarkup.py Class methods (#362) 2016-09-20 06:36:55 +02:00
test_sticker.py Class methods (#362) 2016-09-20 06:36:55 +02:00
test_update.py Class methods (#362) 2016-09-20 06:36:55 +02:00
test_updater.py Class methods (#362) 2016-09-20 06:36:55 +02:00
test_user.py Class methods (#362) 2016-09-20 06:36:55 +02:00
test_venue.py Class methods (#362) 2016-09-20 06:36:55 +02:00
test_video.py Class methods (#362) 2016-09-20 06:36:55 +02:00
test_voice.py Class methods (#362) 2016-09-20 06:36:55 +02:00