Skip to content

Commit

Permalink
Remove import pdb
Browse files Browse the repository at this point in the history
  • Loading branch information
leandrotoledo committed Aug 14, 2015
1 parent 9b6ccaf commit fda1843
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/test_bot.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,8 @@ def testSendMessage(self):
message = self._bot.sendMessage(chat_id=12173560,
text='Моё судно на воздушной подушке полно угрей')
self.assertEqual(u'Моё судно на воздушной подушке полно угрей', message.text)
import pdb; pdb.set_trace()
self.assertIsInstance(message.date, datetime)


def testGetUpdates(self):
'''Test the telegram.Bot getUpdates method'''
print('Testing getUpdates')
Expand Down

0 comments on commit fda1843

Please sign in to comment.