1
0
mirror of https://github.com/eternnoir/pyTelegramBotAPI.git synced 2023-08-10 21:12:57 +03:00
This commit is contained in:
eternnoir 2015-07-30 09:03:08 +08:00
parent 9219404a9a
commit 740090640a

View File

@ -123,6 +123,7 @@ def test_reply_to():
ret_msg = tb.reply_to(msg, text + ' REPLY')
assert ret_msg.reply_to_message.message_id == msg.message_id
def test_register_for_reply():
text = 'CI reply_to Test Message'
tb = telebot.TeleBot(TOKEN)
@ -136,6 +137,7 @@ def test_register_for_reply():
tb.process_new_messages([reply_msg])
def test_send_location():
tb = telebot.TeleBot(TOKEN)
lat = 26.3875591