python-telegram-bot/tests
Alex Hirschfeld 5b14b134dc Added user defined function for updater's signalHandler (#512)
* Added user defined function for updater's signalHandler

* Added test_userSignal to test_updater

* Added test_userSignal to test_updater
Fixing paren
2017-03-26 14:36:13 +02:00
..
data Add tests for Game, Animation and sendGame. 2016-10-07 23:57:10 +02:00
__init__.py
base.py
README.md
test_audio.py Fix tests (missed one) 2017-02-27 15:35:57 +01:00
test_bot.py
test_botan.py
test_chat.py
test_choseninlineresult.py Fix grammer: 'a object' -> 'an object' 2016-10-17 01:22:40 +03:00
test_constants.py
test_contact.py Fix grammer: 'a object' -> 'an object' 2016-10-17 01:22:40 +03:00
test_conversationhandler.py Issue 502 (#530) 2017-02-27 17:52:58 +01:00
test_document.py Fix grammer: 'a object' -> 'an object' 2016-10-17 01:22:40 +03:00
test_file.py
test_filters.py
test_forcereply.py Fix grammer: 'a object' -> 'an object' 2016-10-17 01:22:40 +03:00
test_game.py Fix grammer: 'a object' -> 'an object' 2016-10-17 01:22:40 +03:00
test_helpers.py Added methods to generate the original markdown/html string from entities contained in Message (#507) 2017-01-20 20:13:58 +01:00
test_inlinekeyboardbutton.py Fix grammer: 'a object' -> 'an object' 2016-10-17 01:22:40 +03:00
test_inlinekeyboardmarkup.py
test_inlinequery.py Fix grammer: 'a object' -> 'an object' 2016-10-17 01:22:40 +03:00
test_inlinequeryresultarticle.py
test_inlinequeryresultaudio.py Fix grammer: 'a object' -> 'an object' 2016-10-17 01:22:40 +03:00
test_inlinequeryresultcachedaudio.py Fix grammer: 'a object' -> 'an object' 2016-10-17 01:22:40 +03:00
test_inlinequeryresultcacheddocument.py Fix grammer: 'a object' -> 'an object' 2016-10-17 01:22:40 +03:00
test_inlinequeryresultcachedgif.py
test_inlinequeryresultcachedmpeg4gif.py
test_inlinequeryresultcachedphoto.py Fix grammer: 'a object' -> 'an object' 2016-10-17 01:22:40 +03:00
test_inlinequeryresultcachedsticker.py
test_inlinequeryresultcachedvideo.py
test_inlinequeryresultcachedvoice.py
test_inlinequeryresultcontact.py
test_inlinequeryresultdocument.py Fix grammer: 'a object' -> 'an object' 2016-10-17 01:22:40 +03:00
test_inlinequeryresultgif.py
test_inlinequeryresultlocation.py
test_inlinequeryresultmpeg4gif.py
test_inlinequeryresultphoto.py Fix grammer: 'a object' -> 'an object' 2016-10-17 01:22:40 +03:00
test_inlinequeryresultvenue.py
test_inlinequeryresultvideo.py Fix grammer: 'a object' -> 'an object' 2016-10-17 01:22:40 +03:00
test_inlinequeryresultvoice.py
test_inputcontactmessagecontent.py Fix grammer: 'a object' -> 'an object' 2016-10-17 01:22:40 +03:00
test_inputlocationmessagecontent.py
test_inputmessagecontent.py
test_inputtextmessagecontent.py
test_inputvenuemessagecontent.py
test_jobqueue.py
test_keyboardbutton.py
test_location.py Fix grammer: 'a object' -> 'an object' 2016-10-17 01:22:40 +03:00
test_message.py Added methods to generate the original markdown/html string from entities contained in Message (#507) 2017-01-20 20:13:58 +01:00
test_messageentity.py Fix grammer: 'a object' -> 'an object' 2016-10-17 01:22:40 +03:00
test_messagequeue.py
test_parsemode.py Fix grammer: 'a object' -> 'an object' 2016-10-17 01:22:40 +03:00
test_photo.py Fix grammer: 'a object' -> 'an object' 2016-10-17 01:22:40 +03:00
test_replykeyboardmarkup.py Fix grammer: 'a object' -> 'an object' 2016-10-17 01:22:40 +03:00
test_replykeyboardremove.py
test_replymarkup.py
test_sticker.py fix typo's (#523) and comment out failing sticker test 2017-02-18 16:03:50 +01:00
test_update.py
test_updater.py Added user defined function for updater's signalHandler (#512) 2017-03-26 14:36:13 +02:00
test_user.py
test_venue.py
test_video.py Fix tests 2017-02-27 15:23:48 +01:00
test_voice.py Fix grammer: 'a object' -> 'an object' 2016-10-17 01:22:40 +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.