aiogram/tests/test_issues
Kostiantyn Kriuchkov 73710acb4c
Preserve middleware data across scene transitions (#1687) (#1766)
* Preserve middleware context across scene goto transitions (#1687)

* Add After.goto coverage for scene middleware context (#1687)
2026-02-15 20:24:34 +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 Migrate from Black to Ruff (#1750) 2026-01-04 21:34:08 +02:00
test_1687_scene_goto_loses_middleware_data.py Preserve middleware data across scene transitions (#1687) (#1766) 2026-02-15 20:24:34 +02: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_1743_channel_post_with_scenes.py Fix #1743: scene handling for channel updates (#1763) 2026-02-10 23:08:44 +02:00
test_bot_context_is_usable.py Added test that prove previous fix 2023-07-16 22:49:18 +03:00