aiogram/tests/test_fsm
Arthur Khachaturov 592267dd99
Add function get_value to BaseStorage (#1594)
* Add function `get_value` to all built-in storage implementations, `FSMContext` and `SceneWizard` (#1431)

* Fix type hints

* Split up return statements in `get_value` functions

* Implement `get_value` method in `BaseStorage` and remove redundant implementations
2024-11-02 16:48:01 +02:00
..
storage Add function get_value to BaseStorage (#1594) 2024-11-02 16:48:01 +02:00
__init__.py Dev 3.x flat package (#961) 2022-08-14 01:07:52 +03:00
test_context.py Add function get_value to BaseStorage (#1594) 2024-11-02 16:48:01 +02:00
test_scene.py Add function get_value to BaseStorage (#1594) 2024-11-02 16:48:01 +02:00
test_state.py Fix CallbackData without default Optional (#1370) 2023-11-20 22:39:09 +02:00
test_strategy.py Add new FSM strategy CHAT_TOPIC strategy.py (#1344) 2023-10-22 00:41:13 +03:00