We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75ab60b commit b428ae6Copy full SHA for b428ae6
services/web/server/tests/unit/with_dbs/conftest.py
@@ -564,6 +564,7 @@ async def aiopg_engine(postgres_db: sa.engine.Engine) -> AsyncIterator[aiopg.sa.
564
await engine.wait_closed()
565
566
567
+@pytest.fixture
568
async def asyncpg_engine( # <-- WE SHOULD USE THIS ONE instead of aiopg_engine
569
postgres_db: sa.engine.Engine, is_pdb_enabled: bool
570
) -> AsyncIterable[AsyncEngine]:
0 commit comments