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