From 5da3eb41f4569a68a332061aff83deee024bd8a6 Mon Sep 17 00:00:00 2001 From: Vlad Date: Sat, 4 Oct 2025 22:44:20 +0500 Subject: [PATCH] Remove invalid newsfragment 1728.docs.rst --- CHANGES/1728.docs.rst | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 CHANGES/1728.docs.rst diff --git a/CHANGES/1728.docs.rst b/CHANGES/1728.docs.rst deleted file mode 100644 index ab790e34..00000000 --- a/CHANGES/1728.docs.rst +++ /dev/null @@ -1,7 +0,0 @@ -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