Docs: rename doc. file

This commit is contained in:
Vlad 2025-10-04 22:41:27 +05:00
parent 84ba1a9582
commit bd269d05be

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