aiogram/tests/test_issues
Andrew b27ca9a45d
Fix getting callback params on py3.14+ (#1741)
* Add test to reproduce `TypeError: unsupported callable` on `python >=3.14`

* Fix getting callback params on py3.14+

Add 1741.bugfix.rst

* Code optimization
2026-01-01 23:42:40 +02:00
..
__init__.py Added test that prove previous fix 2023-07-16 22:49:18 +03:00
test_1317_state_vs_isolation.py #1317 Fixed priority of events isolation (#1318) 2023-09-21 22:54:48 +03:00
test_1672_middleware_data_in_scene.py fix: ensure middleware data is passed to scene entry handler (#1674) 2025-04-17 00:42:39 +03:00
test_1741_forward_ref_in_callbacks.py Fix getting callback params on py3.14+ (#1741) 2026-01-01 23:42:40 +02:00
test_bot_context_is_usable.py Added test that prove previous fix 2023-07-16 22:49:18 +03:00