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

Function test_setup_and_teardown

test/conftest.py:24–27  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

22
23@pytest.fixture(scope="package", autouse=True)
24def test_setup_and_teardown():
25 setup()
26 yield
27 teardown()
28
29
30pytest_collection_modifyitems = pytest_conf.pytest_collection_modifyitems

Callers

nothing calls this directly

Calls 2

setupFunction · 0.90
teardownFunction · 0.90

Tested by

no test coverage detected