aiogram/CHANGES/1728.doc.rst
2025-10-04 22:42:19 +05:00

7 lines
237 B
ReStructuredText

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