mirror of
https://github.com/eternnoir/pyTelegramBotAPI.git
synced 2023-08-10 21:12:57 +03:00
PEP8
This commit is contained in:
parent
9219404a9a
commit
740090640a
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user