aiogram/tests/test_api
JRoot Junior b2b2fcff70
Add context manager support for bot client
The bot client now supports the context manager protocol, providing automatic resource management. This enhancement helps to automatically close the session when leaving the context, which cleans up resources better. The documentation and tests have been updated accordingly to illustrate this new feature. Moreover, an example of usage without a dispatcher has been provided to clarify its use in simple cases.
2024-04-22 23:37:34 +03:00
..
test_client Add context manager support for bot client 2024-04-22 23:37:34 +03:00
test_methods Added full support of Bot API 7.2 (#1444) 2024-04-22 13:48:49 +03:00
test_types Added full support of Bot API 7.2 (#1444) 2024-04-22 13:48:49 +03:00
__init__.py Add tests for BaseSession and TelegramAPIServer 2019-11-16 00:52:18 +02:00