python-telegram-bot/tests
Jacob Bom 5d7c6ad541 Switch to pytest + required fixes to code (#788)
Required fixes:
 - CallbackQuery is now comparable.
 - Message.effective_attachment, Message.photo,
   Message.new_chat_members, Message.new_chat_photo &
   Game.text_entitties semantic fixes - when they are not defined,
   return an empty list.
 - Docstring fix to Update class.
2017-08-12 00:58:41 +03:00
..
data Switch to pytest + required fixes to code (#788) 2017-08-12 00:58:41 +03:00
__init__.py Fix travis 2015-09-07 16:33:00 -03:00
bots.py Switch to pytest + required fixes to code (#788) 2017-08-12 00:58:41 +03:00
conftest.py Switch to pytest + required fixes to code (#788) 2017-08-12 00:58:41 +03:00
test_animation.py Switch to pytest + required fixes to code (#788) 2017-08-12 00:58:41 +03:00
test_audio.py Switch to pytest + required fixes to code (#788) 2017-08-12 00:58:41 +03:00
test_bot.py Switch to pytest + required fixes to code (#788) 2017-08-12 00:58:41 +03:00
test_callbackquery.py Switch to pytest + required fixes to code (#788) 2017-08-12 00:58:41 +03:00
test_callbackqueryhandler.py Switch to pytest + required fixes to code (#788) 2017-08-12 00:58:41 +03:00
test_chat.py Switch to pytest + required fixes to code (#788) 2017-08-12 00:58:41 +03:00
test_chatmember.py Switch to pytest + required fixes to code (#788) 2017-08-12 00:58:41 +03:00
test_choseninlineresult.py Switch to pytest + required fixes to code (#788) 2017-08-12 00:58:41 +03:00
test_choseninlineresulthandler.py Switch to pytest + required fixes to code (#788) 2017-08-12 00:58:41 +03:00
test_commandhandler.py Switch to pytest + required fixes to code (#788) 2017-08-12 00:58:41 +03:00
test_constants.py Switch to pytest + required fixes to code (#788) 2017-08-12 00:58:41 +03:00
test_contact.py Switch to pytest + required fixes to code (#788) 2017-08-12 00:58:41 +03:00
test_conversationhandler.py Switch to pytest + required fixes to code (#788) 2017-08-12 00:58:41 +03:00
test_dispatcher.py Switch to pytest + required fixes to code (#788) 2017-08-12 00:58:41 +03:00
test_document.py Switch to pytest + required fixes to code (#788) 2017-08-12 00:58:41 +03:00
test_file.py Switch to pytest + required fixes to code (#788) 2017-08-12 00:58:41 +03:00
test_filters.py Switch to pytest + required fixes to code (#788) 2017-08-12 00:58:41 +03:00
test_forcereply.py Switch to pytest + required fixes to code (#788) 2017-08-12 00:58:41 +03:00
test_game.py Switch to pytest + required fixes to code (#788) 2017-08-12 00:58:41 +03:00
test_gamehighscore.py Switch to pytest + required fixes to code (#788) 2017-08-12 00:58:41 +03:00
test_helpers.py Switch to pytest + required fixes to code (#788) 2017-08-12 00:58:41 +03:00
test_inlinekeyboardbutton.py Switch to pytest + required fixes to code (#788) 2017-08-12 00:58:41 +03:00
test_inlinekeyboardmarkup.py Switch to pytest + required fixes to code (#788) 2017-08-12 00:58:41 +03:00
test_inlinequery.py Switch to pytest + required fixes to code (#788) 2017-08-12 00:58:41 +03:00
test_inlinequeryhandler.py Switch to pytest + required fixes to code (#788) 2017-08-12 00:58:41 +03:00
test_inlinequeryresultarticle.py Switch to pytest + required fixes to code (#788) 2017-08-12 00:58:41 +03:00
test_inlinequeryresultaudio.py Switch to pytest + required fixes to code (#788) 2017-08-12 00:58:41 +03:00
test_inlinequeryresultcachedaudio.py Switch to pytest + required fixes to code (#788) 2017-08-12 00:58:41 +03:00
test_inlinequeryresultcacheddocument.py Switch to pytest + required fixes to code (#788) 2017-08-12 00:58:41 +03:00
test_inlinequeryresultcachedgif.py Switch to pytest + required fixes to code (#788) 2017-08-12 00:58:41 +03:00
test_inlinequeryresultcachedmpeg4gif.py Switch to pytest + required fixes to code (#788) 2017-08-12 00:58:41 +03:00
test_inlinequeryresultcachedphoto.py Switch to pytest + required fixes to code (#788) 2017-08-12 00:58:41 +03:00
test_inlinequeryresultcachedsticker.py Switch to pytest + required fixes to code (#788) 2017-08-12 00:58:41 +03:00
test_inlinequeryresultcachedvideo.py Switch to pytest + required fixes to code (#788) 2017-08-12 00:58:41 +03:00
test_inlinequeryresultcachedvoice.py Switch to pytest + required fixes to code (#788) 2017-08-12 00:58:41 +03:00
test_inlinequeryresultcontact.py Switch to pytest + required fixes to code (#788) 2017-08-12 00:58:41 +03:00
test_inlinequeryresultdocument.py Switch to pytest + required fixes to code (#788) 2017-08-12 00:58:41 +03:00
test_inlinequeryresultgame.py Switch to pytest + required fixes to code (#788) 2017-08-12 00:58:41 +03:00
test_inlinequeryresultgif.py Switch to pytest + required fixes to code (#788) 2017-08-12 00:58:41 +03:00
test_inlinequeryresultlocation.py Switch to pytest + required fixes to code (#788) 2017-08-12 00:58:41 +03:00
test_inlinequeryresultmpeg4gif.py Switch to pytest + required fixes to code (#788) 2017-08-12 00:58:41 +03:00
test_inlinequeryresultphoto.py Switch to pytest + required fixes to code (#788) 2017-08-12 00:58:41 +03:00
test_inlinequeryresultvenue.py Switch to pytest + required fixes to code (#788) 2017-08-12 00:58:41 +03:00
test_inlinequeryresultvideo.py Switch to pytest + required fixes to code (#788) 2017-08-12 00:58:41 +03:00
test_inlinequeryresultvoice.py Switch to pytest + required fixes to code (#788) 2017-08-12 00:58:41 +03:00
test_inputcontactmessagecontent.py Switch to pytest + required fixes to code (#788) 2017-08-12 00:58:41 +03:00
test_inputlocationmessagecontent.py Switch to pytest + required fixes to code (#788) 2017-08-12 00:58:41 +03:00
test_inputmessagecontent.py Switch to pytest + required fixes to code (#788) 2017-08-12 00:58:41 +03:00
test_inputtextmessagecontent.py Switch to pytest + required fixes to code (#788) 2017-08-12 00:58:41 +03:00
test_inputvenuemessagecontent.py Switch to pytest + required fixes to code (#788) 2017-08-12 00:58:41 +03:00
test_invoice.py Switch to pytest + required fixes to code (#788) 2017-08-12 00:58:41 +03:00
test_jobqueue.py Switch to pytest + required fixes to code (#788) 2017-08-12 00:58:41 +03:00
test_keyboardbutton.py Switch to pytest + required fixes to code (#788) 2017-08-12 00:58:41 +03:00
test_labeledprice.py Switch to pytest + required fixes to code (#788) 2017-08-12 00:58:41 +03:00
test_location.py Switch to pytest + required fixes to code (#788) 2017-08-12 00:58:41 +03:00
test_message.py Switch to pytest + required fixes to code (#788) 2017-08-12 00:58:41 +03:00
test_messageentity.py Switch to pytest + required fixes to code (#788) 2017-08-12 00:58:41 +03:00
test_messagehandler.py Switch to pytest + required fixes to code (#788) 2017-08-12 00:58:41 +03:00
test_messagequeue.py Switch to pytest + required fixes to code (#788) 2017-08-12 00:58:41 +03:00
test_meta.py Switch to pytest + required fixes to code (#788) 2017-08-12 00:58:41 +03:00
test_official.py Switch to pytest + required fixes to code (#788) 2017-08-12 00:58:41 +03:00
test_orderinfo.py Switch to pytest + required fixes to code (#788) 2017-08-12 00:58:41 +03:00
test_parsemode.py Switch to pytest + required fixes to code (#788) 2017-08-12 00:58:41 +03:00
test_photo.py Switch to pytest + required fixes to code (#788) 2017-08-12 00:58:41 +03:00
test_precheckoutquery.py Switch to pytest + required fixes to code (#788) 2017-08-12 00:58:41 +03:00
test_precheckoutqueryhandler.py Switch to pytest + required fixes to code (#788) 2017-08-12 00:58:41 +03:00
test_regexhandler.py Switch to pytest + required fixes to code (#788) 2017-08-12 00:58:41 +03:00
test_replykeyboardmarkup.py Switch to pytest + required fixes to code (#788) 2017-08-12 00:58:41 +03:00
test_replykeyboardremove.py Switch to pytest + required fixes to code (#788) 2017-08-12 00:58:41 +03:00
test_shippingaddress.py Switch to pytest + required fixes to code (#788) 2017-08-12 00:58:41 +03:00
test_shippingoption.py Switch to pytest + required fixes to code (#788) 2017-08-12 00:58:41 +03:00
test_shippingquery.py Switch to pytest + required fixes to code (#788) 2017-08-12 00:58:41 +03:00
test_shippingqueryhandler.py Switch to pytest + required fixes to code (#788) 2017-08-12 00:58:41 +03:00
test_sticker.py Switch to pytest + required fixes to code (#788) 2017-08-12 00:58:41 +03:00
test_stringcommandhandler.py Switch to pytest + required fixes to code (#788) 2017-08-12 00:58:41 +03:00
test_stringregexhandler.py Switch to pytest + required fixes to code (#788) 2017-08-12 00:58:41 +03:00
test_successfulpayment.py Switch to pytest + required fixes to code (#788) 2017-08-12 00:58:41 +03:00
test_telegramobject.py Switch to pytest + required fixes to code (#788) 2017-08-12 00:58:41 +03:00
test_typehandler.py Switch to pytest + required fixes to code (#788) 2017-08-12 00:58:41 +03:00
test_update.py Switch to pytest + required fixes to code (#788) 2017-08-12 00:58:41 +03:00
test_updater.py Switch to pytest + required fixes to code (#788) 2017-08-12 00:58:41 +03:00
test_user.py Switch to pytest + required fixes to code (#788) 2017-08-12 00:58:41 +03:00
test_venue.py Switch to pytest + required fixes to code (#788) 2017-08-12 00:58:41 +03:00
test_video.py Switch to pytest + required fixes to code (#788) 2017-08-12 00:58:41 +03:00
test_videonote.py Switch to pytest + required fixes to code (#788) 2017-08-12 00:58:41 +03:00
test_voice.py Switch to pytest + required fixes to code (#788) 2017-08-12 00:58:41 +03:00
travis_fold.py Switch to pytest + required fixes to code (#788) 2017-08-12 00:58:41 +03:00