mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
added pymongo tests to test_storages
This commit is contained in:
parent
86170e1cb9
commit
bf67e8d896
1 changed files with 1 additions and 0 deletions
|
|
@ -11,6 +11,7 @@ from aiogram.fsm.storage.base import BaseStorage, StorageKey
|
|||
[
|
||||
pytest.lazy_fixture("redis_storage"),
|
||||
pytest.lazy_fixture("mongo_storage"),
|
||||
pytest.lazy_fixture("pymongo_storage"),
|
||||
pytest.lazy_fixture("memory_storage"),
|
||||
],
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue