python-telegram-bot/tests
Eldin f6a98d7888 test_photo done
* Changed to new method of non-static file_id
* removed obsolete tests.
2017-06-21 17:21:18 +02:00
..
data Fix video_note tests 2017-06-09 12:27:10 +03:00
__init__.py
base.py Remove extra space from payment provider token 2017-05-20 18:55:21 +02:00
bots.py first tries 2017-06-20 23:55:35 +02:00
README.md
test_animation.py
test_audio.py
test_bot.py Clean up Bot code a bit (#673) 2017-06-18 12:14:24 +02:00
test_botan.py
test_chat.py
test_chatmember.py
test_choseninlineresult.py
test_constants.py
test_contact.py
test_conversationhandler.py
test_document.py
test_file.py
test_filters.py Fix typo in filter test 2017-06-03 02:05:26 +08: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 Add mpeg4_duration and gif_duration to inline gif and mpeg4gif 2017-05-21 14:38:12 +02:00
test_inlinequeryresultlocation.py
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
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 Add invoice test and there's no EUD currency, whoops 2017-05-20 18:51:31 +02:00
test_jobqueue.py
test_keyboardbutton.py
test_labeledprice.py Basic tests for payment stuff 2017-05-20 17:31:46 +02:00
test_location.py
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
test_orderinfo.py Basic tests for payment stuff 2017-05-20 17:31:46 +02:00
test_parsemode.py
test_photo.py test_photo done 2017-06-21 17:21:18 +02: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 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
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 Rename shortcut functions to snake_case (#661) 2017-06-14 00:07:03 +02:00
test_user.py add support for User.language_code (#624) 2017-05-21 14:00:53 +02:00
test_venue.py
test_video.py Simple assertions in setUpClass 2017-06-21 16:50:40 +02:00
test_videonote.py Simple assertions in setUpClass 2017-06-21 16:50:40 +02:00
test_voice.py Simple assertions in setUpClass 2017-06-21 16:50:40 +02:00

tests

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