From 740090640aaa7954b6f749100faa698894f46c06 Mon Sep 17 00:00:00 2001 From: eternnoir Date: Thu, 30 Jul 2015 09:03:08 +0800 Subject: [PATCH] PEP8 --- tests/test_telebot.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/test_telebot.py b/tests/test_telebot.py index 523d4d0..8ede3f9 100644 --- a/tests/test_telebot.py +++ b/tests/test_telebot.py @@ -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