I've built this Telegram Bot in Python, with python-telegram-bot
.
It's not so complex, but I want to do some regression tests to check if everything works fine after a new feature or a change, and more generally to test specific features to find bugs/edge cases.
How can I achieve this?
For now, I'm doing this manually, clicking bot's keyboard and typing some text.