aiogram/tests/test_api/test_methods
Alex Root Junior 915c84c742 Update API
2021-01-24 20:54:38 +02:00
..
__init__.py Add tests for BaseSession and TelegramAPIServer 2019-11-16 00:52:18 +02:00
test_add_sticker_to_set.py Refactor dispatcher. Update docs. Fix tests. 2020-11-18 02:05:52 +02:00
test_answer_callback_query.py Refactor dispatcher. Update docs. Fix tests. 2020-11-18 02:05:52 +02:00
test_answer_inline_query.py Refactor dispatcher. Update docs. Fix tests. 2020-11-18 02:05:52 +02:00
test_answer_pre_checkout_query.py Refactor dispatcher. Update docs. Fix tests. 2020-11-18 02:05:52 +02:00
test_answer_shipping_query.py Refactor dispatcher. Update docs. Fix tests. 2020-11-18 02:05:52 +02:00
test_base.py Refactor dispatcher. Update docs. Fix tests. 2020-11-18 02:05:52 +02:00
test_create_new_sticker_set.py Refactor dispatcher. Update docs. Fix tests. 2020-11-18 02:05:52 +02:00
test_delete_chat_photo.py Refactor dispatcher. Update docs. Fix tests. 2020-11-18 02:05:52 +02:00
test_delete_chat_sticker_set.py Refactor dispatcher. Update docs. Fix tests. 2020-11-18 02:05:52 +02:00
test_delete_message.py Refactor dispatcher. Update docs. Fix tests. 2020-11-18 02:05:52 +02:00
test_delete_sticker_from_set.py Refactor dispatcher. Update docs. Fix tests. 2020-11-18 02:05:52 +02:00
test_delete_webhook.py Refactor dispatcher. Update docs. Fix tests. 2020-11-18 02:05:52 +02:00
test_edit_message_caption.py Refactor dispatcher. Update docs. Fix tests. 2020-11-18 02:05:52 +02:00
test_edit_message_live_location.py Refactor dispatcher. Update docs. Fix tests. 2020-11-18 02:05:52 +02:00
test_edit_message_media.py Refactor dispatcher. Update docs. Fix tests. 2020-11-18 02:05:52 +02:00
test_edit_message_reply_markup.py Refactor dispatcher. Update docs. Fix tests. 2020-11-18 02:05:52 +02:00
test_edit_message_text.py Refactor dispatcher. Update docs. Fix tests. 2020-11-18 02:05:52 +02:00
test_export_chat_invite_link.py Refactor dispatcher. Update docs. Fix tests. 2020-11-18 02:05:52 +02:00
test_forward_message.py Refactor dispatcher. Update docs. Fix tests. 2020-11-18 02:05:52 +02:00
test_get_chat.py Refactor dispatcher. Update docs. Fix tests. 2020-11-18 02:05:52 +02:00
test_get_chat_administrators.py Refactor dispatcher. Update docs. Fix tests. 2020-11-18 02:05:52 +02:00
test_get_chat_member.py Refactor dispatcher. Update docs. Fix tests. 2020-11-18 02:05:52 +02:00
test_get_chat_members_count.py Refactor dispatcher. Update docs. Fix tests. 2020-11-18 02:05:52 +02:00
test_get_file.py Refactor dispatcher. Update docs. Fix tests. 2020-11-18 02:05:52 +02:00
test_get_game_high_scores.py Refactor dispatcher. Update docs. Fix tests. 2020-11-18 02:05:52 +02:00
test_get_me.py Refactor dispatcher. Update docs. Fix tests. 2020-11-18 02:05:52 +02:00
test_get_my_commands.py Refactor dispatcher. Update docs. Fix tests. 2020-11-18 02:05:52 +02:00
test_get_sticker_set.py Refactor dispatcher. Update docs. Fix tests. 2020-11-18 02:05:52 +02:00
test_get_updates.py Refactor dispatcher. Update docs. Fix tests. 2020-11-18 02:05:52 +02:00
test_get_user_profile_photos.py Refactor dispatcher. Update docs. Fix tests. 2020-11-18 02:05:52 +02:00
test_get_webhook_info.py Refactor dispatcher. Update docs. Fix tests. 2020-11-18 02:05:52 +02:00
test_kick_chat_member.py Refactor dispatcher. Update docs. Fix tests. 2020-11-18 02:05:52 +02:00
test_leave_chat.py Refactor dispatcher. Update docs. Fix tests. 2020-11-18 02:05:52 +02:00
test_pin_chat_message.py Refactor dispatcher. Update docs. Fix tests. 2020-11-18 02:05:52 +02:00
test_promote_chat_member.py Refactor dispatcher. Update docs. Fix tests. 2020-11-18 02:05:52 +02:00
test_restrict_chat_member.py Refactor dispatcher. Update docs. Fix tests. 2020-11-18 02:05:52 +02:00
test_send_animation.py Refactor dispatcher. Update docs. Fix tests. 2020-11-18 02:05:52 +02:00
test_send_audio.py Refactor dispatcher. Update docs. Fix tests. 2020-11-18 02:05:52 +02:00
test_send_chat_action.py Refactor dispatcher. Update docs. Fix tests. 2020-11-18 02:05:52 +02:00
test_send_contact.py Refactor dispatcher. Update docs. Fix tests. 2020-11-18 02:05:52 +02:00
test_send_dice.py Refactor dispatcher. Update docs. Fix tests. 2020-11-18 02:05:52 +02:00
test_send_document.py Refactor dispatcher. Update docs. Fix tests. 2020-11-18 02:05:52 +02:00
test_send_game.py Refactor dispatcher. Update docs. Fix tests. 2020-11-18 02:05:52 +02:00
test_send_invoice.py Refactor dispatcher. Update docs. Fix tests. 2020-11-18 02:05:52 +02:00
test_send_location.py Refactor dispatcher. Update docs. Fix tests. 2020-11-18 02:05:52 +02:00
test_send_media_group.py Refactor dispatcher. Update docs. Fix tests. 2020-11-18 02:05:52 +02:00
test_send_message.py Refactor dispatcher. Update docs. Fix tests. 2020-11-18 02:05:52 +02:00
test_send_photo.py Refactor dispatcher. Update docs. Fix tests. 2020-11-18 02:05:52 +02:00
test_send_poll.py Refactor dispatcher. Update docs. Fix tests. 2020-11-18 02:05:52 +02:00
test_send_sticker.py Refactor dispatcher. Update docs. Fix tests. 2020-11-18 02:05:52 +02:00
test_send_venue.py Refactor dispatcher. Update docs. Fix tests. 2020-11-18 02:05:52 +02:00
test_send_video.py Refactor dispatcher. Update docs. Fix tests. 2020-11-18 02:05:52 +02:00
test_send_video_note.py Refactor dispatcher. Update docs. Fix tests. 2020-11-18 02:05:52 +02:00
test_send_voice.py Refactor dispatcher. Update docs. Fix tests. 2020-11-18 02:05:52 +02:00
test_set_chat_administrator_custom_title.py Refactor dispatcher. Update docs. Fix tests. 2020-11-18 02:05:52 +02:00
test_set_chat_description.py Refactor dispatcher. Update docs. Fix tests. 2020-11-18 02:05:52 +02:00
test_set_chat_permissions.py Refactor dispatcher. Update docs. Fix tests. 2020-11-18 02:05:52 +02:00
test_set_chat_photo.py Refactor dispatcher. Update docs. Fix tests. 2020-11-18 02:05:52 +02:00
test_set_chat_sticker_set.py Refactor dispatcher. Update docs. Fix tests. 2020-11-18 02:05:52 +02:00
test_set_chat_title.py Refactor dispatcher. Update docs. Fix tests. 2020-11-18 02:05:52 +02:00
test_set_game_score.py Refactor dispatcher. Update docs. Fix tests. 2020-11-18 02:05:52 +02:00
test_set_my_commands.py Update API 2021-01-24 20:54:38 +02:00
test_set_passport_data_errors.py Refactor dispatcher. Update docs. Fix tests. 2020-11-18 02:05:52 +02:00
test_set_sticker_position_in_set.py Refactor dispatcher. Update docs. Fix tests. 2020-11-18 02:05:52 +02:00
test_set_sticker_set_thumb.py Refactor dispatcher. Update docs. Fix tests. 2020-11-18 02:05:52 +02:00
test_set_webhook.py Refactor dispatcher. Update docs. Fix tests. 2020-11-18 02:05:52 +02:00
test_stop_message_live_location.py Refactor dispatcher. Update docs. Fix tests. 2020-11-18 02:05:52 +02:00
test_stop_poll.py Refactor dispatcher. Update docs. Fix tests. 2020-11-18 02:05:52 +02:00
test_unban_chat_member.py Refactor dispatcher. Update docs. Fix tests. 2020-11-18 02:05:52 +02:00
test_unpin_chat_message.py Refactor dispatcher. Update docs. Fix tests. 2020-11-18 02:05:52 +02:00
test_upload_sticker_file.py Refactor dispatcher. Update docs. Fix tests. 2020-11-18 02:05:52 +02:00