MCPcopy 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)
7def setup_and_teardown_packages():
8 print('setup')
9 yield
10 teardown_package()

Callers

nothing calls this directly

Calls 1

teardown_packageFunction · 0.90

Tested by

no test coverage detected