..
__init__.py
Add tests for BaseSession and TelegramAPIServer
2019-11-16 00:52:18 +02:00
test_add_sticker_to_set.py
refactor: remove redundant pytest marks ( #654 )
2021-08-03 23:40:14 +03:00
test_answer_callback_query.py
refactor: remove redundant pytest marks ( #654 )
2021-08-03 23:40:14 +03:00
test_answer_inline_query.py
fix #660 prepare parse mode for input_message_content ( #661 )
2021-08-17 00:08:36 +03:00
test_answer_pre_checkout_query.py
refactor: remove redundant pytest marks ( #654 )
2021-08-03 23:40:14 +03:00
test_answer_shipping_query.py
refactor: remove redundant pytest marks ( #654 )
2021-08-03 23:40:14 +03:00
test_ban_chat_member.py
refactor: remove redundant pytest marks ( #654 )
2021-08-03 23:40:14 +03:00
test_base.py
refactor: remove redundant pytest marks ( #654 )
2021-08-03 23:40:14 +03:00
test_close.py
refactor: remove redundant pytest marks ( #654 )
2021-08-03 23:40:14 +03:00
test_copy_message.py
refactor: remove redundant pytest marks ( #654 )
2021-08-03 23:40:14 +03:00
test_create_chat_invite_link.py
refactor: remove redundant pytest marks ( #654 )
2021-08-03 23:40:14 +03:00
test_create_new_sticker_set.py
refactor: remove redundant pytest marks ( #654 )
2021-08-03 23:40:14 +03:00
test_delete_chat_photo.py
refactor: remove redundant pytest marks ( #654 )
2021-08-03 23:40:14 +03:00
test_delete_chat_sticker_set.py
refactor: remove redundant pytest marks ( #654 )
2021-08-03 23:40:14 +03:00
test_delete_message.py
refactor: remove redundant pytest marks ( #654 )
2021-08-03 23:40:14 +03:00
test_delete_my_commands.py
refactor: remove redundant pytest marks ( #654 )
2021-08-03 23:40:14 +03:00
test_delete_sticker_from_set.py
refactor: remove redundant pytest marks ( #654 )
2021-08-03 23:40:14 +03:00
test_delete_webhook.py
refactor: remove redundant pytest marks ( #654 )
2021-08-03 23:40:14 +03:00
test_edit_chat_invite_link.py
refactor: remove redundant pytest marks ( #654 )
2021-08-03 23:40:14 +03:00
test_edit_message_caption.py
refactor: remove redundant pytest marks ( #654 )
2021-08-03 23:40:14 +03:00
test_edit_message_live_location.py
refactor: remove redundant pytest marks ( #654 )
2021-08-03 23:40:14 +03:00
test_edit_message_media.py
refactor: remove redundant pytest marks ( #654 )
2021-08-03 23:40:14 +03:00
test_edit_message_reply_markup.py
refactor: remove redundant pytest marks ( #654 )
2021-08-03 23:40:14 +03:00
test_edit_message_text.py
refactor: remove redundant pytest marks ( #654 )
2021-08-03 23:40:14 +03:00
test_export_chat_invite_link.py
refactor: remove redundant pytest marks ( #654 )
2021-08-03 23:40:14 +03:00
test_forward_message.py
refactor: remove redundant pytest marks ( #654 )
2021-08-03 23:40:14 +03:00
test_get_chat.py
refactor: remove redundant pytest marks ( #654 )
2021-08-03 23:40:14 +03:00
test_get_chat_administrators.py
refactor: remove redundant pytest marks ( #654 )
2021-08-03 23:40:14 +03:00
test_get_chat_member.py
refactor: remove redundant pytest marks ( #654 )
2021-08-03 23:40:14 +03:00
test_get_chat_member_count.py
refactor: remove redundant pytest marks ( #654 )
2021-08-03 23:40:14 +03:00
test_get_chat_members_count.py
refactor: remove redundant pytest marks ( #654 )
2021-08-03 23:40:14 +03:00
test_get_file.py
refactor: remove redundant pytest marks ( #654 )
2021-08-03 23:40:14 +03:00
test_get_game_high_scores.py
refactor: remove redundant pytest marks ( #654 )
2021-08-03 23:40:14 +03:00
test_get_me.py
Enable Python 3.10 for tests ( #719 )
2021-10-06 22:49:14 +03:00
test_get_my_commands.py
refactor: remove redundant pytest marks ( #654 )
2021-08-03 23:40:14 +03:00
test_get_sticker_set.py
refactor: remove redundant pytest marks ( #654 )
2021-08-03 23:40:14 +03:00
test_get_updates.py
refactor: remove redundant pytest marks ( #654 )
2021-08-03 23:40:14 +03:00
test_get_url.py
Backport and improvements ( #601 )
2021-06-15 01:45:31 +03:00
test_get_user_profile_photos.py
refactor: remove redundant pytest marks ( #654 )
2021-08-03 23:40:14 +03:00
test_get_webhook_info.py
refactor: remove redundant pytest marks ( #654 )
2021-08-03 23:40:14 +03:00
test_kick_chat_member.py
refactor: remove redundant pytest marks ( #654 )
2021-08-03 23:40:14 +03:00
test_leave_chat.py
refactor: remove redundant pytest marks ( #654 )
2021-08-03 23:40:14 +03:00
test_log_out.py
refactor: remove redundant pytest marks ( #654 )
2021-08-03 23:40:14 +03:00
test_pin_chat_message.py
refactor: remove redundant pytest marks ( #654 )
2021-08-03 23:40:14 +03:00
test_promote_chat_member.py
refactor: remove redundant pytest marks ( #654 )
2021-08-03 23:40:14 +03:00
test_restrict_chat_member.py
refactor: remove redundant pytest marks ( #654 )
2021-08-03 23:40:14 +03:00
test_revoke_chat_invite_link.py
refactor: remove redundant pytest marks ( #654 )
2021-08-03 23:40:14 +03:00
test_send_animation.py
refactor: remove redundant pytest marks ( #654 )
2021-08-03 23:40:14 +03:00
test_send_audio.py
refactor: remove redundant pytest marks ( #654 )
2021-08-03 23:40:14 +03:00
test_send_chat_action.py
refactor: remove redundant pytest marks ( #654 )
2021-08-03 23:40:14 +03:00
test_send_contact.py
refactor: remove redundant pytest marks ( #654 )
2021-08-03 23:40:14 +03:00
test_send_dice.py
refactor: remove redundant pytest marks ( #654 )
2021-08-03 23:40:14 +03:00
test_send_document.py
refactor: remove redundant pytest marks ( #654 )
2021-08-03 23:40:14 +03:00
test_send_game.py
refactor: remove redundant pytest marks ( #654 )
2021-08-03 23:40:14 +03:00
test_send_invoice.py
refactor: remove redundant pytest marks ( #654 )
2021-08-03 23:40:14 +03:00
test_send_location.py
refactor: remove redundant pytest marks ( #654 )
2021-08-03 23:40:14 +03:00
test_send_media_group.py
refactor: remove redundant pytest marks ( #654 )
2021-08-03 23:40:14 +03:00
test_send_message.py
refactor: remove redundant pytest marks ( #654 )
2021-08-03 23:40:14 +03:00
test_send_photo.py
refactor: remove redundant pytest marks ( #654 )
2021-08-03 23:40:14 +03:00
test_send_poll.py
refactor: remove redundant pytest marks ( #654 )
2021-08-03 23:40:14 +03:00
test_send_sticker.py
refactor: remove redundant pytest marks ( #654 )
2021-08-03 23:40:14 +03:00
test_send_venue.py
refactor: remove redundant pytest marks ( #654 )
2021-08-03 23:40:14 +03:00
test_send_video.py
refactor: remove redundant pytest marks ( #654 )
2021-08-03 23:40:14 +03:00
test_send_video_note.py
refactor: remove redundant pytest marks ( #654 )
2021-08-03 23:40:14 +03:00
test_send_voice.py
refactor: remove redundant pytest marks ( #654 )
2021-08-03 23:40:14 +03:00
test_set_chat_administrator_custom_title.py
refactor: remove redundant pytest marks ( #654 )
2021-08-03 23:40:14 +03:00
test_set_chat_description.py
refactor: remove redundant pytest marks ( #654 )
2021-08-03 23:40:14 +03:00
test_set_chat_permissions.py
refactor: remove redundant pytest marks ( #654 )
2021-08-03 23:40:14 +03:00
test_set_chat_photo.py
refactor: remove redundant pytest marks ( #654 )
2021-08-03 23:40:14 +03:00
test_set_chat_sticker_set.py
refactor: remove redundant pytest marks ( #654 )
2021-08-03 23:40:14 +03:00
test_set_chat_title.py
refactor: remove redundant pytest marks ( #654 )
2021-08-03 23:40:14 +03:00
test_set_game_score.py
refactor: remove redundant pytest marks ( #654 )
2021-08-03 23:40:14 +03:00
test_set_my_commands.py
refactor: remove redundant pytest marks ( #654 )
2021-08-03 23:40:14 +03:00
test_set_passport_data_errors.py
refactor: remove redundant pytest marks ( #654 )
2021-08-03 23:40:14 +03:00
test_set_sticker_position_in_set.py
refactor: remove redundant pytest marks ( #654 )
2021-08-03 23:40:14 +03:00
test_set_sticker_set_thumb.py
refactor: remove redundant pytest marks ( #654 )
2021-08-03 23:40:14 +03:00
test_set_webhook.py
refactor: remove redundant pytest marks ( #654 )
2021-08-03 23:40:14 +03:00
test_stop_message_live_location.py
refactor: remove redundant pytest marks ( #654 )
2021-08-03 23:40:14 +03:00
test_stop_poll.py
refactor: remove redundant pytest marks ( #654 )
2021-08-03 23:40:14 +03:00
test_unban_chat_member.py
refactor: remove redundant pytest marks ( #654 )
2021-08-03 23:40:14 +03:00
test_unpin_all_chat_messages.py
refactor: remove redundant pytest marks ( #654 )
2021-08-03 23:40:14 +03:00
test_unpin_chat_message.py
refactor: remove redundant pytest marks ( #654 )
2021-08-03 23:40:14 +03:00
test_upload_sticker_file.py
refactor: remove redundant pytest marks ( #654 )
2021-08-03 23:40:14 +03:00