mirror of
https://github.com/fastapi-users/fastapi-users.git
synced 2025-08-16 03:40:23 +08:00
Add pytest markers and skip procedure for MongoDB tests
This commit is contained in:
@ -34,6 +34,7 @@ async def sqlalchemy_user_db() -> AsyncGenerator[SQLAlchemyUserDatabase, None]:
|
||||
|
||||
|
||||
@pytest.mark.asyncio
|
||||
@pytest.mark.db
|
||||
async def test_queries(sqlalchemy_user_db):
|
||||
user = BaseUserDB(
|
||||
id="111",
|
||||
|
Reference in New Issue
Block a user