Add sqlite to the test suite

This commit is contained in:
Oleg Matviichuk 2025-07-27 16:38:57 +02:00
parent ddcedadfbd
commit 8a18b1d282
2 changed files with 11 additions and 0 deletions

View file

@ -12,6 +12,7 @@ from aiogram.fsm.storage.base import BaseStorage, StorageKey
pytest.lazy_fixture("redis_storage"),
pytest.lazy_fixture("mongo_storage"),
pytest.lazy_fixture("memory_storage"),
pytest.lazy_fixture("sqlite_storage"),
],
)
class TestStorages: