python-telegram-bot/tests
2017-07-28 20:47:42 +03:00
..
data stickerfile added 2017-06-22 17:45:06 +02:00
__init__.py Fix travis 2015-09-07 16:33:00 -03:00
base.py Remove extra space from payment provider token 2017-05-20 18:55:21 +02:00
bots.py Reworked get_bot 2017-06-21 18:25:04 +02:00
README.md fix typo's (#523) and comment out failing sticker test 2017-02-18 16:03:50 +01:00
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 move botan to contrib 2016-05-28 09:12:10 +02:00
test_chat.py Update copyright notice to include 2017 2017-05-15 00:36:49 +03:00
test_chatmember.py Update copyright notice to include 2017 - missing files from another PR 2017-05-15 00:37:40 +03:00
test_choseninlineresult.py Update copyright notice to include 2017 2017-05-15 00:36:49 +03:00
test_constants.py Update copyright notice to include 2017 2017-05-15 00:36:49 +03:00
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 Update copyright notice to include 2017 2017-05-15 00:36:49 +03:00
test_game.py Update copyright notice to include 2017 2017-05-15 00:36:49 +03:00
test_helpers.py Update copyright notice to include 2017 2017-05-15 00:36:49 +03:00
test_inlinekeyboardbutton.py Update copyright notice to include 2017 2017-05-15 00:36:49 +03:00
test_inlinekeyboardmarkup.py Update copyright notice to include 2017 2017-05-15 00:36:49 +03:00
test_inlinequery.py Update copyright notice to include 2017 2017-05-15 00:36:49 +03:00
test_inlinequeryresultarticle.py Update copyright notice to include 2017 2017-05-15 00:36:49 +03:00
test_inlinequeryresultaudio.py Update copyright notice to include 2017 2017-05-15 00:36:49 +03:00
test_inlinequeryresultcachedaudio.py Update copyright notice to include 2017 2017-05-15 00:36:49 +03:00
test_inlinequeryresultcacheddocument.py Update copyright notice to include 2017 2017-05-15 00:36:49 +03:00
test_inlinequeryresultcachedgif.py Update copyright notice to include 2017 2017-05-15 00:36:49 +03:00
test_inlinequeryresultcachedmpeg4gif.py Update copyright notice to include 2017 2017-05-15 00:36:49 +03:00
test_inlinequeryresultcachedphoto.py Update copyright notice to include 2017 2017-05-15 00:36:49 +03:00
test_inlinequeryresultcachedsticker.py Update copyright notice to include 2017 2017-05-15 00:36:49 +03:00
test_inlinequeryresultcachedvideo.py Update copyright notice to include 2017 2017-05-15 00:36:49 +03:00
test_inlinequeryresultcachedvoice.py Update copyright notice to include 2017 2017-05-15 00:36:49 +03:00
test_inlinequeryresultcontact.py Update copyright notice to include 2017 2017-05-15 00:36:49 +03:00
test_inlinequeryresultdocument.py Update copyright notice to include 2017 2017-05-15 00:36:49 +03:00
test_inlinequeryresultgif.py Add mpeg4_duration and gif_duration to inline gif and mpeg4gif 2017-05-21 14:38:12 +02:00
test_inlinequeryresultlocation.py Update copyright notice to include 2017 2017-05-15 00:36:49 +03:00
test_inlinequeryresultmpeg4gif.py Add mpeg4_duration and gif_duration to inline gif and mpeg4gif 2017-05-21 14:38:12 +02:00
test_inlinequeryresultphoto.py Update copyright notice to include 2017 2017-05-15 00:36:49 +03:00
test_inlinequeryresultvenue.py Update copyright notice to include 2017 2017-05-15 00:36:49 +03:00
test_inlinequeryresultvideo.py Update copyright notice to include 2017 2017-05-15 00:36:49 +03:00
test_inlinequeryresultvoice.py Update copyright notice to include 2017 2017-05-15 00:36:49 +03:00
test_inputcontactmessagecontent.py Update copyright notice to include 2017 2017-05-15 00:36:49 +03:00
test_inputlocationmessagecontent.py Update copyright notice to include 2017 2017-05-15 00:36:49 +03:00
test_inputmessagecontent.py Update copyright notice to include 2017 2017-05-15 00:36:49 +03:00
test_inputtextmessagecontent.py Update copyright notice to include 2017 2017-05-15 00:36:49 +03:00
test_inputvenuemessagecontent.py Update copyright notice to include 2017 2017-05-15 00:36:49 +03:00
test_invoice.py Add invoice test and there's no EUD currency, whoops 2017-05-20 18:51:31 +02:00
test_jobqueue.py Update copyright notice to include 2017 2017-05-15 00:36:49 +03:00
test_keyboardbutton.py Update copyright notice to include 2017 2017-05-15 00:36:49 +03:00
test_labeledprice.py Basic tests for payment stuff 2017-05-20 17:31:46 +02:00
test_location.py Remove duplicate test (#748) 2017-07-25 21:31:30 +03:00
test_message.py Fix text_markdown and text_html (#623) 2017-05-21 14:00:07 +02:00
test_messageentity.py MessageEntity != Sticker :P 2017-05-20 17:31:46 +02:00
test_messagequeue.py Introduce MessageQueue (#537) 2017-03-15 17:35:33 +01:00
test_official.py send_* now accepts tg-objects (#742) 2017-07-25 01:35:22 +03:00
test_orderinfo.py Basic tests for payment stuff 2017-05-20 17:31:46 +02:00
test_parsemode.py Update copyright notice to include 2017 2017-05-15 00:36:49 +03:00
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 Update copyright notice to include 2017 2017-05-15 00:36:49 +03:00
test_replykeyboardremove.py Update copyright notice to include 2017 2017-05-15 00:36:49 +03:00
test_replymarkup.py Update copyright notice to include 2017 2017-05-15 00:36:49 +03:00
test_shippingaddress.py Basic tests for payment stuff 2017-05-20 17:31:46 +02:00
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 Add invoice test and there's no EUD currency, whoops 2017-05-20 18:51:31 +02:00
test_update.py Update copyright notice to include 2017 2017-05-15 00:36:49 +03:00
test_updater.py Fix TypeError exception in RegexHandler (#751) 2017-07-28 20:47:42 +03: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.