Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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)
24
def
test_setup_and_teardown():
25
setup()
26
yield
27
teardown()
28
29
30
pytest_collection_modifyitems = pytest_conf.pytest_collection_modifyitems
Callers
nothing calls this directly
Calls
2
setup
Function · 0.90
teardown
Function · 0.90
Tested by
no test coverage detected