python-telegram-bot/tests
Jannes Höke ad3eec2af8 ConversationHandler (#331)
* initial commit for conversationhandler and example

* implement simple Promise for run_async/conversationhandler

* refactor Promise._done to done

* add handling for timed out Promises

* correctly handle promises with None results

* fix handling tuple states

* update comments on example

* Added a first test on the ConversationHandler.

* Fixed a small typo.

* Yapf'd.

* add sphinx doc for conversation handler

* fix title for callbackqueryhandler sphinx docs
2016-07-15 01:30:54 +02:00
..
data Add data object for sendPhoto tests 2016-01-11 22:11:29 -02:00
__init__.py Fix travis 2015-09-07 16:33:00 -03:00
base.py add tests for Bot.getChat* 2016-05-25 01:31:10 +02:00
test_audio.py Column width to 90 #259 2016-05-14 21:52:35 -03:00
test_bot.py test_bot: fix for urllib3 compatibility 2016-05-30 01:05:19 +03:00
test_botan.py move botan to contrib 2016-05-28 09:12:10 +02:00
test_chat.py Column width to 90 #259 2016-05-14 21:52:35 -03:00
test_choseninlineresult.py Column width to 90 #259 2016-05-14 21:52:35 -03:00
test_constants.py introduce constants module (#342) 2016-07-14 21:48:31 +02:00
test_contact.py First run of yapf for tests/* #259 2016-05-14 21:39:11 -03:00
test_conversationhandler.py ConversationHandler (#331) 2016-07-15 01:30:54 +02:00
test_document.py Column width to 90 #259 2016-05-14 21:52:35 -03:00
test_emoji.py First run of yapf for tests/* #259 2016-05-14 21:39:11 -03:00
test_file.py Column width to 90 #259 2016-05-14 21:52:35 -03:00
test_filters.py Reflecting tests for Filters change 2016-05-27 21:14:55 -03:00
test_forcereply.py Column width to 90 #259 2016-05-14 21:52:35 -03:00
test_inlinekeyboardbutton.py Column width to 90 #259 2016-05-14 21:52:35 -03:00
test_inlinekeyboardmarkup.py Set split_before_logical_operator to True 2016-05-23 17:19:35 -03:00
test_inlinequery.py Column width to 90 #259 2016-05-14 21:52:35 -03:00
test_inlinequeryresultarticle.py Column width to 90 #259 2016-05-14 21:52:35 -03:00
test_inlinequeryresultaudio.py Column width to 90 #259 2016-05-14 21:52:35 -03:00
test_inlinequeryresultcachedaudio.py Column width to 90 #259 2016-05-14 21:52:35 -03:00
test_inlinequeryresultcacheddocument.py Column width to 90 #259 2016-05-14 21:52:35 -03:00
test_inlinequeryresultcachedgif.py Column width to 90 #259 2016-05-14 21:52:35 -03:00
test_inlinequeryresultcachedmpeg4gif.py Column width to 90 #259 2016-05-14 21:52:35 -03:00
test_inlinequeryresultcachedphoto.py Column width to 90 #259 2016-05-14 21:52:35 -03:00
test_inlinequeryresultcachedsticker.py Column width to 90 #259 2016-05-14 21:52:35 -03:00
test_inlinequeryresultcachedvideo.py Column width to 90 #259 2016-05-14 21:52:35 -03:00
test_inlinequeryresultcachedvoice.py Column width to 90 #259 2016-05-14 21:52:35 -03:00
test_inlinequeryresultcontact.py Column width to 90 #259 2016-05-14 21:52:35 -03:00
test_inlinequeryresultdocument.py Column width to 90 #259 2016-05-14 21:52:35 -03:00
test_inlinequeryresultgif.py Column width to 90 #259 2016-05-14 21:52:35 -03:00
test_inlinequeryresultlocation.py Column width to 90 #259 2016-05-14 21:52:35 -03:00
test_inlinequeryresultmpeg4gif.py Column width to 90 #259 2016-05-14 21:52:35 -03:00
test_inlinequeryresultphoto.py Column width to 90 #259 2016-05-14 21:52:35 -03:00
test_inlinequeryresultvenue.py Column width to 90 #259 2016-05-14 21:52:35 -03:00
test_inlinequeryresultvideo.py Column width to 90 #259 2016-05-14 21:52:35 -03:00
test_inlinequeryresultvoice.py Column width to 90 #259 2016-05-14 21:52:35 -03:00
test_inputcontactmessagecontent.py Column width to 90 #259 2016-05-14 21:52:35 -03:00
test_inputlocationmessagecontent.py Column width to 90 #259 2016-05-14 21:52:35 -03:00
test_inputmessagecontent.py Add InlineKeyboardButtonTest and reformatting. 2016-04-26 18:23:15 -03:00
test_inputtextmessagecontent.py Column width to 90 #259 2016-05-14 21:52:35 -03:00
test_inputvenuemessagecontent.py Column width to 90 #259 2016-05-14 21:52:35 -03:00
test_jobqueue.py test_jobqueue: fix test_jobs_tuple() 2016-06-24 19:13:40 +03:00
test_keyboardbutton.py Column width to 90 #259 2016-05-14 21:52:35 -03:00
test_location.py Column width to 90 #259 2016-05-14 21:52:35 -03:00
test_messageentity.py Add VenueTest 2016-04-26 18:34:25 -03:00
test_parsemode.py Add InlineKeyboardButtonTest and reformatting. 2016-04-26 18:23:15 -03:00
test_photo.py Fix travis 2016-06-03 13:44:24 -04:00
test_replykeyboardhide.py Column width to 90 #259 2016-05-14 21:52:35 -03:00
test_replykeyboardmarkup.py Column width to 90 #259 2016-05-14 21:52:35 -03:00
test_replymarkup.py Add more test cases 2016-04-26 22:48:02 -03:00
test_sticker.py Column width to 90 #259 2016-05-14 21:52:35 -03:00
test_update.py Add more test cases 2016-04-26 22:48:02 -03:00
test_updater.py Merge branch 'master' into jobqueue-rework 2016-06-20 05:32:15 +02:00
test_user.py Column width to 90 #259 2016-05-14 21:52:35 -03:00
test_venue.py address to _address due nose limitations 2016-04-26 18:50:47 -03:00
test_video.py Column width to 90 #259 2016-05-14 21:52:35 -03:00
test_voice.py Column width to 90 #259 2016-05-14 21:52:35 -03:00