diff --git a/CHANGES/1728.doc.rst b/CHANGES/1728.doc.rst new file mode 100644 index 00000000..ab790e34 --- /dev/null +++ b/CHANGES/1728.doc.rst @@ -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