Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/cassandra-python-driver
/ setup_and_teardown_packages
Function
setup_and_teardown_packages
tests/integration/conftest.py:7–10 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
5
6
@pytest.fixture(scope=
'session'
, autouse=True)
7
def
setup_and_teardown_packages():
8
print(
'setup'
)
9
yield
10
teardown_package()
Callers
nothing calls this directly
Calls
1
teardown_package
Function · 0.90
Tested by
no test coverage detected