Just executing
$ git clone https://github.com/python-telegram-bot/python-telegram-bot
$ cd python-telegram-bot
$ pip install -r requirements.txt
$ make test
produces several errors. I think they are due to the environment variable TOKEN not being set, but even when it is, it looks like the tests rely on specific chat_id's and assert a specific id for the bot.
What did I not understand?