Add pytest markers and skip procedure for MongoDB tests

This commit is contained in:
François Voron
2019-11-02 14:09:43 +01:00
parent 6ba8bb835e
commit 1811d4aa2d
8 changed files with 40 additions and 1 deletions

View File

@ -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",