python-telegram-bot/tests
Bibo-Joshi 8d2c7af1f3
API 4.5 (#1508)
* Allow for nested MessageEntities in Message._parse_markdown/html, adjust tests

* remove testing relict

* Use MessageEntitys new equality check (#1465)

* Remove unused variable

* Update to custom_title feature and slow_mode_delay option

Changes:

 - custom_title for ChatMember
 - new method setChatAdministratorCustomTitle for Bot
 - new slow_mode_delay for Chat

Update due to new API future `custom_title` from API 4.5 (https://core.telegram.org/bots/api#december-31-2019)

* Minor typo fix

* Comply with Flake8

* Add new MessageEntities and MarkdownV2

* Added file_unique_id attrs from API 4.5 and updated tests for it

* Fixed test and checked using flake8

* Fixed ChatPhoto documentation

* Fix Flake8

* Add setChatAdminCstmTitle to Bot

* Rename MDV2 methods

* Change files id attrs to unique id

* correct id_attrs for chat_photo

* Revert "temporarily skip tests failing b/c missing api 4.5 (#1738)"

This reverts commit 7cde6ca268.

* Fix text_markdown_v2 for monospace and text_links

* closing remarks from pieter

* Minor fix in escape_markdown, improve tests for it

* Fix offset bug in Message._parse_*

* Add test_chatphoto.py

* remove debug print from test_message.py

* try making codecov happy

* Update readme

* all hail codecov

* Improve Link handling for MarkdownV1 and adjust tests. Closes #1654

* Dont use beginning of pre-entity as language in _parse_markdown

* Remove debug print

* Dummy commit to try fix codecov

Co-authored-by: Hoi Dmytro <dmytro.hoi@gmail.com>
Co-authored-by: Dmytro Hoi <code@dmytrohoi.com>
Co-authored-by: poolitzer <25934244+poolitzer@users.noreply.github.com>
2020-03-28 16:37:26 +01:00
..
data Fix test_photo.py (#1479) 2019-08-24 01:10:30 +03:00
__init__.py Fix travis 2015-09-07 16:33:00 -03:00
bots.py Update copyright date to 2020 (#1746) 2020-02-02 23:08:54 +02:00
conftest.py Remove references to travis and appveyor (#1791) 2020-02-23 23:04:56 +02:00
plugin_github_group.py Update copyright date to 2020 (#1746) 2020-02-02 23:08:54 +02:00
test_animation.py API 4.5 (#1508) 2020-03-28 16:37:26 +01:00
test_audio.py API 4.5 (#1508) 2020-03-28 16:37:26 +01:00
test_bot.py API 4.5 (#1508) 2020-03-28 16:37:26 +01:00
test_callbackcontext.py bot_data as global memory (V12 version of #1322) (#1325) 2020-02-02 22:20:31 +01:00
test_callbackquery.py API 4.5 (#1508) 2020-03-28 16:37:26 +01:00
test_callbackqueryhandler.py bot_data as global memory (V12 version of #1322) (#1325) 2020-02-02 22:20:31 +01:00
test_chat.py API 4.5 (#1508) 2020-03-28 16:37:26 +01:00
test_chatmember.py API 4.5 (#1508) 2020-03-28 16:37:26 +01:00
test_chatpermissions.py Update copyright date to 2020 (#1746) 2020-02-02 23:08:54 +02:00
test_chatphoto.py API 4.5 (#1508) 2020-03-28 16:37:26 +01:00
test_choseninlineresult.py API 4.5 (#1508) 2020-03-28 16:37:26 +01:00
test_choseninlineresulthandler.py bot_data as global memory (V12 version of #1322) (#1325) 2020-02-02 22:20:31 +01:00
test_commandhandler.py bot_data as global memory (V12 version of #1322) (#1325) 2020-02-02 22:20:31 +01:00
test_constants.py Update copyright date to 2020 (#1746) 2020-02-02 23:08:54 +02:00
test_contact.py API 4.5 (#1508) 2020-03-28 16:37:26 +01:00
test_conversationhandler.py Update copyright date to 2020 (#1746) 2020-02-02 23:08:54 +02:00
test_defaults.py Add default values (#1490) 2020-02-06 11:22:56 +01:00
test_dispatcher.py bot_data as global memory (V12 version of #1322) (#1325) 2020-02-02 22:20:31 +01:00
test_document.py API 4.5 (#1508) 2020-03-28 16:37:26 +01:00
test_encryptedcredentials.py Update copyright date to 2020 (#1746) 2020-02-02 23:08:54 +02:00
test_encryptedpassportelement.py Remove builtin names where possible (#1792) 2020-02-23 23:03:58 +02:00
test_error.py Update copyright date to 2020 (#1746) 2020-02-02 23:08:54 +02:00
test_file.py API 4.5 (#1508) 2020-03-28 16:37:26 +01:00
test_filters.py API 4.5 (#1508) 2020-03-28 16:37:26 +01:00
test_forcereply.py Update copyright date to 2020 (#1746) 2020-02-02 23:08:54 +02:00
test_game.py API 4.5 (#1508) 2020-03-28 16:37:26 +01:00
test_gamehighscore.py Update copyright date to 2020 (#1746) 2020-02-02 23:08:54 +02:00
test_helpers.py API 4.5 (#1508) 2020-03-28 16:37:26 +01:00
test_inlinekeyboardbutton.py Update copyright date to 2020 (#1746) 2020-02-02 23:08:54 +02:00
test_inlinekeyboardmarkup.py Update copyright date to 2020 (#1746) 2020-02-02 23:08:54 +02:00
test_inlinequery.py Remove builtin names where possible (#1792) 2020-02-23 23:03:58 +02:00
test_inlinequeryhandler.py bot_data as global memory (V12 version of #1322) (#1325) 2020-02-02 22:20:31 +01:00
test_inlinequeryresultarticle.py Remove builtin names where possible (#1792) 2020-02-23 23:03:58 +02:00
test_inlinequeryresultaudio.py Remove builtin names where possible (#1792) 2020-02-23 23:03:58 +02:00
test_inlinequeryresultcachedaudio.py Remove builtin names where possible (#1792) 2020-02-23 23:03:58 +02:00
test_inlinequeryresultcacheddocument.py Remove builtin names where possible (#1792) 2020-02-23 23:03:58 +02:00
test_inlinequeryresultcachedgif.py Remove builtin names where possible (#1792) 2020-02-23 23:03:58 +02:00
test_inlinequeryresultcachedmpeg4gif.py Remove builtin names where possible (#1792) 2020-02-23 23:03:58 +02:00
test_inlinequeryresultcachedphoto.py Remove builtin names where possible (#1792) 2020-02-23 23:03:58 +02:00
test_inlinequeryresultcachedsticker.py Remove builtin names where possible (#1792) 2020-02-23 23:03:58 +02:00
test_inlinequeryresultcachedvideo.py Remove builtin names where possible (#1792) 2020-02-23 23:03:58 +02:00
test_inlinequeryresultcachedvoice.py Remove builtin names where possible (#1792) 2020-02-23 23:03:58 +02:00
test_inlinequeryresultcontact.py Remove builtin names where possible (#1792) 2020-02-23 23:03:58 +02:00
test_inlinequeryresultdocument.py Remove builtin names where possible (#1792) 2020-02-23 23:03:58 +02:00
test_inlinequeryresultgame.py Remove builtin names where possible (#1792) 2020-02-23 23:03:58 +02:00
test_inlinequeryresultgif.py Remove builtin names where possible (#1792) 2020-02-23 23:03:58 +02:00
test_inlinequeryresultlocation.py Remove builtin names where possible (#1792) 2020-02-23 23:03:58 +02:00
test_inlinequeryresultmpeg4gif.py Remove builtin names where possible (#1792) 2020-02-23 23:03:58 +02:00
test_inlinequeryresultphoto.py Remove builtin names where possible (#1792) 2020-02-23 23:03:58 +02:00
test_inlinequeryresultvenue.py Remove builtin names where possible (#1792) 2020-02-23 23:03:58 +02:00
test_inlinequeryresultvideo.py Remove builtin names where possible (#1792) 2020-02-23 23:03:58 +02:00
test_inlinequeryresultvoice.py Remove builtin names where possible (#1792) 2020-02-23 23:03:58 +02:00
test_inputcontactmessagecontent.py Update copyright date to 2020 (#1746) 2020-02-02 23:08:54 +02:00
test_inputfile.py Update copyright date to 2020 (#1746) 2020-02-02 23:08:54 +02:00
test_inputlocationmessagecontent.py Update copyright date to 2020 (#1746) 2020-02-02 23:08:54 +02:00
test_inputmedia.py Remove builtin names where possible (#1792) 2020-02-23 23:03:58 +02:00
test_inputtextmessagecontent.py Update copyright date to 2020 (#1746) 2020-02-02 23:08:54 +02:00
test_inputvenuemessagecontent.py Update copyright date to 2020 (#1746) 2020-02-02 23:08:54 +02:00
test_invoice.py Update copyright date to 2020 (#1746) 2020-02-02 23:08:54 +02:00
test_jobqueue.py Remove references to travis and appveyor (#1791) 2020-02-23 23:04:56 +02:00
test_keyboardbutton.py Update copyright date to 2020 (#1746) 2020-02-02 23:08:54 +02:00
test_labeledprice.py Update copyright date to 2020 (#1746) 2020-02-02 23:08:54 +02:00
test_location.py Remove builtin names where possible (#1792) 2020-02-23 23:03:58 +02:00
test_loginurl.py Update copyright date to 2020 (#1746) 2020-02-02 23:08:54 +02:00
test_message.py API 4.5 (#1508) 2020-03-28 16:37:26 +01:00
test_messageentity.py Remove builtin names where possible (#1792) 2020-02-23 23:03:58 +02:00
test_messagehandler.py bot_data as global memory (V12 version of #1322) (#1325) 2020-02-02 22:20:31 +01:00
test_messagequeue.py Remove references to travis and appveyor (#1791) 2020-02-23 23:04:56 +02:00
test_meta.py Update copyright date to 2020 (#1746) 2020-02-02 23:08:54 +02:00
test_official.py Ignore Message.default_quote in test_official (#1848) 2020-03-28 14:32:16 +01:00
test_orderinfo.py Update copyright date to 2020 (#1746) 2020-02-02 23:08:54 +02:00
test_parsemode.py Update copyright date to 2020 (#1746) 2020-02-02 23:08:54 +02:00
test_passport.py API 4.5 (#1508) 2020-03-28 16:37:26 +01:00
test_passportelementerrordatafield.py Remove builtin names where possible (#1792) 2020-02-23 23:03:58 +02:00
test_passportelementerrorfile.py Remove builtin names where possible (#1792) 2020-02-23 23:03:58 +02:00
test_passportelementerrorfiles.py Remove builtin names where possible (#1792) 2020-02-23 23:03:58 +02:00
test_passportelementerrorfrontside.py Remove builtin names where possible (#1792) 2020-02-23 23:03:58 +02:00
test_passportelementerrorreverseside.py Remove builtin names where possible (#1792) 2020-02-23 23:03:58 +02:00
test_passportelementerrorselfie.py Remove builtin names where possible (#1792) 2020-02-23 23:03:58 +02:00
test_passportelementerrortranslationfile.py Remove builtin names where possible (#1792) 2020-02-23 23:03:58 +02:00
test_passportelementerrortranslationfiles.py Remove builtin names where possible (#1792) 2020-02-23 23:03:58 +02:00
test_passportelementerrorunspecified.py Remove builtin names where possible (#1792) 2020-02-23 23:03:58 +02:00
test_passportfile.py API 4.5 (#1508) 2020-03-28 16:37:26 +01:00
test_persistence.py Use temporary directories in test_persistence (#1808) 2020-03-04 23:58:19 +02:00
test_photo.py API 4.5 (#1508) 2020-03-28 16:37:26 +01:00
test_poll.py Remove builtin names where possible (#1792) 2020-02-23 23:03:58 +02:00
test_precheckoutquery.py Remove builtin names where possible (#1792) 2020-02-23 23:03:58 +02:00
test_precheckoutqueryhandler.py bot_data as global memory (V12 version of #1322) (#1325) 2020-02-02 22:20:31 +01:00
test_regexhandler.py bot_data as global memory (V12 version of #1322) (#1325) 2020-02-02 22:20:31 +01:00
test_replykeyboardmarkup.py Update copyright date to 2020 (#1746) 2020-02-02 23:08:54 +02:00
test_replykeyboardremove.py Update copyright date to 2020 (#1746) 2020-02-02 23:08:54 +02:00
test_request.py Fix Server response could not be decoded using UTF-8 (#1623) 2020-02-03 00:12:27 +02:00
test_shippingaddress.py Update copyright date to 2020 (#1746) 2020-02-02 23:08:54 +02:00
test_shippingoption.py API 4.5 (#1508) 2020-03-28 16:37:26 +01:00
test_shippingquery.py Remove builtin names where possible (#1792) 2020-02-23 23:03:58 +02:00
test_shippingqueryhandler.py bot_data as global memory (V12 version of #1322) (#1325) 2020-02-02 22:20:31 +01:00
test_sticker.py API 4.5 (#1508) 2020-03-28 16:37:26 +01:00
test_stringcommandhandler.py bot_data as global memory (V12 version of #1322) (#1325) 2020-02-02 22:20:31 +01:00
test_stringregexhandler.py Update copyright date to 2020 (#1746) 2020-02-02 23:08:54 +02:00
test_successfulpayment.py Update copyright date to 2020 (#1746) 2020-02-02 23:08:54 +02:00
test_telegramobject.py Update copyright date to 2020 (#1746) 2020-02-02 23:08:54 +02:00
test_typehandler.py bot_data as global memory (V12 version of #1322) (#1325) 2020-02-02 22:20:31 +01:00
test_update.py Add default values (#1490) 2020-02-06 11:22:56 +01:00
test_updater.py Python 3.8 support (#1614) 2020-03-09 23:13:16 +02:00
test_user.py API 4.5 (#1508) 2020-03-28 16:37:26 +01:00
test_userprofilephotos.py API 4.5 (#1508) 2020-03-28 16:37:26 +01:00
test_venue.py Update copyright date to 2020 (#1746) 2020-02-02 23:08:54 +02:00
test_video.py API 4.5 (#1508) 2020-03-28 16:37:26 +01:00
test_videonote.py API 4.5 (#1508) 2020-03-28 16:37:26 +01:00
test_voice.py API 4.5 (#1508) 2020-03-28 16:37:26 +01:00