mirror of
https://github.com/python-telegram-bot/python-telegram-bot.git
synced 2024-11-25 16:46:35 +01:00
Remove import pdb
This commit is contained in:
parent
9b6ccaf94b
commit
fda1843593
1 changed files with 0 additions and 2 deletions
|
@ -45,10 +45,8 @@ class BotTest(unittest.TestCase):
|
||||||
message = self._bot.sendMessage(chat_id=12173560,
|
message = self._bot.sendMessage(chat_id=12173560,
|
||||||
text='Моё судно на воздушной подушке полно угрей')
|
text='Моё судно на воздушной подушке полно угрей')
|
||||||
self.assertEqual(u'Моё судно на воздушной подушке полно угрей', message.text)
|
self.assertEqual(u'Моё судно на воздушной подушке полно угрей', message.text)
|
||||||
import pdb; pdb.set_trace()
|
|
||||||
self.assertIsInstance(message.date, datetime)
|
self.assertIsInstance(message.date, datetime)
|
||||||
|
|
||||||
|
|
||||||
def testGetUpdates(self):
|
def testGetUpdates(self):
|
||||||
'''Test the telegram.Bot getUpdates method'''
|
'''Test the telegram.Bot getUpdates method'''
|
||||||
print('Testing getUpdates')
|
print('Testing getUpdates')
|
||||||
|
|
Loading…
Reference in a new issue