python-telegram-bot / ptbtest

GNU General Public License v3.0
50 stars 28 forks source link

Update to PTB v13.12 #24

Open s-peryt opened 1 year ago

s-peryt commented 1 year ago

This PR is updating ptbtest to python-telegram-bot version 13.12. This version has been chosen as it is relatively new and doesn't require significant changes to make the repository somewhat accessible. However, there are still some issues, potentially related to the Updater object (see test_updater_works_with_mockbot in tests/test_Mockbot.py), that need to be addressed in follow-up commits.

If any of all maintainers could tak a look at this single test it would be great. I tried to figure out what might be wrong, but no luck so far.