changelog: add CHANGES/1728.doc.rst

This commit is contained in:
Vlad 2025-10-04 18:31:58 +05:00
parent 6cf0ed61f7
commit f9ba31adde

7
CHANGES/1728.doc.rst Normal file
View file

@ -0,0 +1,7 @@
Docs: add guide "Testing your bot" (pytest examples)
A new documentation page explaining how to test bot handlers with pytest
without sending real requests to Telegram API.
Includes:
- an echo handler example
- a callback query example