MCPcopy Create free account
hub / github.com/mongodb/mongo-python-driver / test_setup_and_teardown

Function test_setup_and_teardown

test/asynchronous/conftest.py:26–29  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

24
25@pytest_asyncio.fixture(scope="package", autouse=True)
26async def test_setup_and_teardown():
27 await async_setup()
28 yield
29 await async_teardown()
30
31
32pytest_collection_modifyitems = pytest_conf.pytest_collection_modifyitems

Callers

nothing calls this directly

Calls 2

async_setupFunction · 0.90
async_teardownFunction · 0.90

Tested by

no test coverage detected