mirror of
https://github.com/python-telegram-bot/python-telegram-bot.git
synced 2025-03-17 04:39:55 +01:00
Merge branch 'master' of https://github.com/leandrotoledo/python-telegram-bot
This commit is contained in:
commit
048fa23fd6
1 changed files with 0 additions and 1 deletions
|
@ -5,7 +5,6 @@ import telegram
|
|||
import unittest
|
||||
|
||||
|
||||
@unittest.skipIf(not os.environ.get('TOKEN'), "No tokens provided")
|
||||
class BotTest(unittest.TestCase):
|
||||
def setUp(self):
|
||||
bot = telegram.Bot(token=os.environ.get('TOKEN'))
|
||||
|
|
Loading…
Add table
Reference in a new issue