aiogram/tests/test_fsm/storage
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
..
__init__.py Dev 3.x flat package (#961) 2022-08-14 01:07:52 +03:00
test_isolation.py Fail redis and mongo tests if incorrect URI provided + some storages tests refactoring (#1510) 2024-06-17 00:55:59 +03:00
test_key_builder.py Added MongoStorage for FSM (#1434) 2024-05-07 22:42:31 +03:00
test_mongo.py Fail redis and mongo tests if incorrect URI provided + some storages tests refactoring (#1510) 2024-06-17 00:55:59 +03:00
test_storages.py Add function get_value to BaseStorage (#1594) 2024-11-02 16:48:01 +02:00