From 6cf0ed61f7362c3b446b9f2a314d7d91ab83b256 Mon Sep 17 00:00:00 2001 From: Vlad Date: Sat, 4 Oct 2025 18:30:40 +0500 Subject: [PATCH] changelog: add 1728.docs.rst --- newsfragments/1728.docs.rst | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 newsfragments/1728.docs.rst diff --git a/newsfragments/1728.docs.rst b/newsfragments/1728.docs.rst deleted file mode 100644 index 7e81977c..00000000 --- a/newsfragments/1728.docs.rst +++ /dev/null @@ -1,8 +0,0 @@ -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 so developers can test logic in isolation.