Sign in
apache
/
cassandra-python-driver
/
ef176a57977e0b265202dd020bd918fe3675da1a
/
.
/
tests
/
integration
/
conftest.py
blob: e17ac302c86cb0d1ac48c9ec6f93f8c9ca9390e6 [
file
]
import
pytest
from
tests
.
integration
import
teardown_package
@pytest
.
fixture
(
scope
=
'session'
,
autouse
=
True
)
def
setup_and_teardown_packages
():
print
(
'setup'
)
yield
teardown_package
()