mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
chore(docs): move changelog fragment to CHANGES/1727.doc.rst
This commit is contained in:
parent
09ecf1c3cb
commit
0e6decac6a
2 changed files with 9 additions and 1 deletions
9
CHANGES/1727.doc.rst
Normal file
9
CHANGES/1727.doc.rst
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
Docs: add guide "Testing your bot" (pytest examples)
|
||||
|
||||
Add a new documentation page that shows how to test bot handlers with pytest
|
||||
without sending real requests to the Telegram API. The guide includes:
|
||||
- an echo handler example
|
||||
- a callback query example
|
||||
|
||||
Both examples use dummy objects (Message / CallbackQuery) so developers can
|
||||
test logic in isolation.
|
||||
|
|
@ -1 +0,0 @@
|
|||
Added a new guide on testing bots with pytest examples.
|
||||
Loading…
Add table
Add a link
Reference in a new issue