mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
7 lines
237 B
ReStructuredText
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
|