Move to new style of tests

This commit is contained in:
Rafael Caricio 2017-03-07 09:53:48 +01:00
parent a620926f9d
commit be2c2fab3f
No known key found for this signature in database
GPG key ID: 9C7C434104692F3B

View file

@ -136,8 +136,3 @@ class TelegramBotMsgBeaconTestCase(TestCase):
telegram_api.Bot.assert_called_once_with(token)
self.assertTrue(ret)
self.assertEqual(ret[0]['msgs'][0], message.to_dict())
if __name__ == '__main__':
from integration import run_tests
run_tests(TelegramBotMsgBeaconTestCase, needs_daemon=False)