python-telegram-bot/tests
Noam Meltzer eef1238d60 Comment out unitest test_send_contact_with_contact
Caused too many "RetryAfter: Flood control exceeded" errors.

[ci skip]
2017-07-28 17:39:21 +03:00
..
data stickerfile added 2017-06-22 17:45:06 +02:00
__init__.py
base.py
bots.py Reworked get_bot 2017-06-21 18:25:04 +02:00
README.md
test_animation.py TelegramObject.de_json became classmethod (#737) 2017-07-23 22:14:38 +03:00
test_audio.py send_* now accepts tg-objects (#742) 2017-07-25 01:35:22 +03:00
test_bot.py Disable webhook unitests 2017-07-25 00:23:11 +03:00
test_botan.py
test_chat.py Update copyright notice to include 2017 2017-05-15 00:36:49 +03:00
test_chatmember.py
test_choseninlineresult.py
test_constants.py
test_contact.py Comment out unitest test_send_contact_with_contact 2017-07-28 17:39:21 +03:00
test_conversationhandler.py ConvesationHandler - check if a user exist before using it (#699) 2017-07-23 22:29:52 +03:00
test_document.py send_* now accepts tg-objects (#742) 2017-07-25 01:35:22 +03:00
test_file.py finalising 2017-06-22 18:29:21 +02:00
test_filters.py Merge pull request #677 from evgfilim1/new-filters 2017-06-22 21:25:39 +03:00
test_forcereply.py
test_game.py
test_helpers.py
test_inlinekeyboardbutton.py
test_inlinekeyboardmarkup.py
test_inlinequery.py
test_inlinequeryresultarticle.py
test_inlinequeryresultaudio.py
test_inlinequeryresultcachedaudio.py
test_inlinequeryresultcacheddocument.py
test_inlinequeryresultcachedgif.py
test_inlinequeryresultcachedmpeg4gif.py
test_inlinequeryresultcachedphoto.py
test_inlinequeryresultcachedsticker.py
test_inlinequeryresultcachedvideo.py
test_inlinequeryresultcachedvoice.py
test_inlinequeryresultcontact.py
test_inlinequeryresultdocument.py
test_inlinequeryresultgif.py
test_inlinequeryresultlocation.py
test_inlinequeryresultmpeg4gif.py
test_inlinequeryresultphoto.py
test_inlinequeryresultvenue.py
test_inlinequeryresultvideo.py
test_inlinequeryresultvoice.py
test_inputcontactmessagecontent.py
test_inputlocationmessagecontent.py
test_inputmessagecontent.py
test_inputtextmessagecontent.py
test_inputvenuemessagecontent.py
test_invoice.py
test_jobqueue.py
test_keyboardbutton.py
test_labeledprice.py
test_location.py Remove duplicate test (#748) 2017-07-25 21:31:30 +03:00
test_message.py
test_messageentity.py
test_messagequeue.py
test_official.py send_* now accepts tg-objects (#742) 2017-07-25 01:35:22 +03:00
test_orderinfo.py
test_parsemode.py
test_photo.py send_* now accepts tg-objects (#742) 2017-07-25 01:35:22 +03:00
test_precheckoutquery.py fix tests for pycharm windows 2017-06-09 17:44:43 +03:00
test_replykeyboardmarkup.py
test_replykeyboardremove.py
test_replymarkup.py
test_shippingaddress.py
test_shippingoption.py fix tests for pycharm windows 2017-06-09 17:44:43 +03:00
test_shippingquery.py fix tests for pycharm windows 2017-06-09 17:44:43 +03:00
test_sticker.py send_* now accepts tg-objects (#742) 2017-07-25 01:35:22 +03:00
test_successfulpayment.py
test_update.py
test_updater.py Rename shortcut functions to snake_case (#661) 2017-06-14 00:07:03 +02:00
test_user.py Docs update (#728) 2017-07-23 23:33:08 +03:00
test_venue.py send_* now accepts tg-objects (#742) 2017-07-25 01:35:22 +03:00
test_video.py send_* now accepts tg-objects (#742) 2017-07-25 01:35:22 +03:00
test_videonote.py send_* now accepts tg-objects (#742) 2017-07-25 01:35:22 +03:00
test_voice.py send_* now accepts tg-objects (#742) 2017-07-25 01:35:22 +03:00

tests

Some tests fail because of weird behaviour of the Telegram API. We comment these out and mark them with a TODO comment.