Remove invalid newsfragment 1728.docs.rst

This commit is contained in:
Vlad 2025-10-04 22:44:20 +05:00
parent bd269d05be
commit 5da3eb41f4

View file

@ -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