Sign in
apache
/
cassandra-python-driver
/
refs/heads/trunk
/
.
/
tests
/
integration
/
cloud
/
conftest.py
blob: 6bfda32534c226938928f88a16c061fd1afa6b89 [
file
]
import
pytest
from
tests
.
integration
.
cloud
import
setup_package
,
teardown_package
@pytest
.
fixture
(
scope
=
'session'
,
autouse
=
True
)
def
setup_and_teardown_packages
():
setup_package
()
yield
teardown_package
()