It could be nice to have a mock bot for local testing. I leave a couple of references: https://docs.python.org/3/library/unittest.mock.html https://docs.python.org/3/library/unittest.mock-examples.html https://github.com/python-telegram-bot/python-telegram-bot/blob/master/tests/test_updater.py#L665
It could be nice to have a mock bot for local testing. I leave a couple of references:
https://docs.python.org/3/library/unittest.mock.html
https://docs.python.org/3/library/unittest.mock-examples.html
https://github.com/python-telegram-bot/python-telegram-bot/blob/master/tests/test_updater.py#L665