From bd269d05be787b0a13f7f43e46d0706ab99ed7b4 Mon Sep 17 00:00:00 2001 From: Vlad Date: Sat, 4 Oct 2025 22:41:27 +0500 Subject: [PATCH] Docs: rename doc. file --- CHANGES/1728.doc.rst | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 CHANGES/1728.doc.rst 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