aiogram/tests/test_fsm
Andrew eeabf3cf32
Scenes Tests. Part 2 (#1371)
* ADD tests for `SceneWizard`

* ADD tests for `Scene`

* Refactor ObserverDecorator to use on.message syntax in test_scene.py
Cover `Scene::__init_subclass__::if isinstance(value, ObserverDecorator):`

* Refactor `HistoryManager` in `aiogram/fsm/scene.py`
Removed condition that checked if 'history' is empty before calling 'update_data' in 'Scene'.

* ADD tests for `HistoryManager`
2023-11-22 21:11:34 +02:00
..
storage Fixed Py3.12 tests 2023-11-18 21:28:34 +02:00
__init__.py Dev 3.x flat package (#961) 2022-08-14 01:07:52 +03:00
test_context.py storage cleanup (#1144) 2023-04-08 18:01:11 +03:00
test_scene.py Scenes Tests. Part 2 (#1371) 2023-11-22 21:11:34 +02:00
test_state.py Upgrade to py12 (#1354) 2023-11-18 21:24:19 +02:00
test_strategy.py Add new FSM strategy CHAT_TOPIC strategy.py (#1344) 2023-10-22 00:41:13 +03:00