python-telegram-bot/telegram
Patrick Hofmann 8dc10fc7b2 fixes broken test cases with PhotoSize, Game and Animation classes (#435)
* fixes broken test with PhotoSize, Game and Animation

However:
testSendGame and test_set_game_score both produces *BadRequest: u'Wrong file identifier/HTTP URL specified'*.

* fixes test_set_game_score

* adds to_dict method to Game to prevent extra collection type checks in base.TelegramObject
2016-10-10 11:44:40 +02:00
..
contrib fix yapf 2016-08-26 11:17:05 +02:00
ext Add game filter 2016-10-07 22:37:29 +02:00
utils New exception: RetryAfter 2016-10-04 01:27:45 +03:00
__init__.py Make tests actually run at all 2016-10-03 21:07:41 +02:00
__main__.py __main__.py: assist with creating issues on github 2016-07-09 14:40:53 +03:00
animation.py fixes broken test cases with PhotoSize, Game and Animation classes (#435) 2016-10-10 11:44:40 +02:00
audio.py Class methods (#362) 2016-09-20 06:36:55 +02:00
base.py Class methods (#362) 2016-09-20 06:36:55 +02:00
bot.py small fix for game related parts 2016-10-06 17:52:53 +02:00
callbackgame.py callbackgame: small documentation fix 2016-10-04 01:50:34 +03:00
callbackquery.py small fix for game related parts 2016-10-06 17:52:53 +02:00
chat.py fix syntax error by some weird char 2016-10-03 21:17:04 +03:00
chataction.py Running yapf for codebase #259 2016-05-14 22:46:40 -03:00
chatmember.py Class methods (#362) 2016-09-20 06:36:55 +02:00
choseninlineresult.py Class methods (#362) 2016-09-20 06:36:55 +02:00
constants.py Add methods to parse entities in Message 2016-09-07 08:49:09 +02:00
contact.py Class methods (#362) 2016-09-20 06:36:55 +02:00
document.py Class methods (#362) 2016-09-20 06:36:55 +02:00
emoji.py deprecate telegram.Emoji 2016-08-21 11:50:22 +02:00
error.py New exception: RetryAfter 2016-10-04 01:27:45 +03:00
file.py Class methods (#362) 2016-09-20 06:36:55 +02:00
forcereply.py Class methods (#362) 2016-09-20 06:36:55 +02:00
game.py fixes broken test cases with PhotoSize, Game and Animation classes (#435) 2016-10-10 11:44:40 +02:00
gamehighscore.py GameHighScore: added attributes documentation 2016-10-04 02:06:22 +03:00
inlinekeyboardbutton.py small documentation fix 2016-10-05 23:22:55 +03:00
inlinekeyboardmarkup.py Class methods (#362) 2016-09-20 06:36:55 +02:00
inlinequery.py Class methods (#362) 2016-09-20 06:36:55 +02:00
inlinequeryresult.py Class methods (#362) 2016-09-20 06:36:55 +02:00
inlinequeryresultarticle.py Class methods (#362) 2016-09-20 06:36:55 +02:00
inlinequeryresultaudio.py Add caption fields to voice and audio 2016-10-03 15:05:49 +02:00
inlinequeryresultcachedaudio.py Add caption fields to voice and audio 2016-10-03 15:05:49 +02:00
inlinequeryresultcacheddocument.py Class methods (#362) 2016-09-20 06:36:55 +02:00
inlinequeryresultcachedgif.py Class methods (#362) 2016-09-20 06:36:55 +02:00
inlinequeryresultcachedmpeg4gif.py Class methods (#362) 2016-09-20 06:36:55 +02:00
inlinequeryresultcachedphoto.py Class methods (#362) 2016-09-20 06:36:55 +02:00
inlinequeryresultcachedsticker.py Class methods (#362) 2016-09-20 06:36:55 +02:00
inlinequeryresultcachedvideo.py Class methods (#362) 2016-09-20 06:36:55 +02:00
inlinequeryresultcachedvoice.py Add caption fields to voice and audio 2016-10-03 15:05:49 +02:00
inlinequeryresultcontact.py Class methods (#362) 2016-09-20 06:36:55 +02:00
inlinequeryresultdocument.py Class methods (#362) 2016-09-20 06:36:55 +02:00
inlinequeryresultgame.py Add InlineQueryResultGame 2016-10-03 20:55:21 +02:00
inlinequeryresultgif.py Class methods (#362) 2016-09-20 06:36:55 +02:00
inlinequeryresultlocation.py Class methods (#362) 2016-09-20 06:36:55 +02:00
inlinequeryresultmpeg4gif.py Class methods (#362) 2016-09-20 06:36:55 +02:00
inlinequeryresultphoto.py Class methods (#362) 2016-09-20 06:36:55 +02:00
inlinequeryresultvenue.py Class methods (#362) 2016-09-20 06:36:55 +02:00
inlinequeryresultvideo.py Class methods (#362) 2016-09-20 06:36:55 +02:00
inlinequeryresultvoice.py Add caption fields to voice and audio 2016-10-03 15:05:49 +02:00
inputcontactmessagecontent.py Class methods (#362) 2016-09-20 06:36:55 +02:00
inputfile.py InputFile: use self instead of explicit class name 2016-10-04 00:25:32 +03:00
inputlocationmessagecontent.py Class methods (#362) 2016-09-20 06:36:55 +02:00
inputmessagecontent.py Class methods (#362) 2016-09-20 06:36:55 +02:00
inputtextmessagecontent.py Class methods (#362) 2016-09-20 06:36:55 +02:00
inputvenuemessagecontent.py Class methods (#362) 2016-09-20 06:36:55 +02:00
keyboardbutton.py Class methods (#362) 2016-09-20 06:36:55 +02:00
location.py Class methods (#362) 2016-09-20 06:36:55 +02:00
message.py small fix for game related parts 2016-10-06 17:52:53 +02:00
messageentity.py Class methods (#362) 2016-09-20 06:36:55 +02:00
parsemode.py Running yapf for codebase #259 2016-05-14 22:46:40 -03:00
photosize.py Class methods (#362) 2016-09-20 06:36:55 +02:00
replykeyboardhide.py Class methods (#362) 2016-09-20 06:36:55 +02:00
replykeyboardmarkup.py Class methods (#362) 2016-09-20 06:36:55 +02:00
replymarkup.py Class methods (#362) 2016-09-20 06:36:55 +02:00
sticker.py Class methods (#362) 2016-09-20 06:36:55 +02:00
update.py Class methods (#362) 2016-09-20 06:36:55 +02:00
user.py Class methods (#362) 2016-09-20 06:36:55 +02:00
userprofilephotos.py Class methods (#362) 2016-09-20 06:36:55 +02:00
venue.py Class methods (#362) 2016-09-20 06:36:55 +02:00
version.py Bump version to v5.1 2016-09-24 15:29:23 +02:00
video.py Class methods (#362) 2016-09-20 06:36:55 +02:00
voice.py Class methods (#362) 2016-09-20 06:36:55 +02:00
webhookinfo.py small documentation fixes 2016-10-04 01:10:30 +03:00