mirror of
https://github.com/fastapi-users/fastapi-users.git
synced 2025-11-01 18:48:14 +08:00
Make unit tests full async (#160)
* Bump pytest-asyncio from 0.10.0 to 0.11.0 Bumps [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio) from 0.10.0 to 0.11.0. - [Release notes](https://github.com/pytest-dev/pytest-asyncio/releases) - [Commits](https://github.com/pytest-dev/pytest-asyncio/compare/v0.10.0...v0.11.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> * Bump pytest-asyncio from 0.10.0 to 0.11.0 Bumps [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio) from 0.10.0 to 0.11.0. - [Release notes](https://github.com/pytest-dev/pytest-asyncio/releases) - [Commits](https://github.com/pytest-dev/pytest-asyncio/compare/v0.10.0...v0.11.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> * Convert tests to full async * Change deprecated yield_fixture Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> Co-authored-by: François Voron <fvoron@gmail.com>
This commit is contained in:
committed by
GitHub
parent
dd095dd89a
commit
639217bb08
@ -1,6 +1,6 @@
|
||||
from typing import List, Optional, Type
|
||||
|
||||
from tortoise import models, fields
|
||||
from tortoise import fields, models
|
||||
from tortoise.exceptions import DoesNotExist
|
||||
|
||||
from fastapi_users.db.base import BaseUserDatabase
|
||||
|
||||
Reference in New Issue
Block a user