Sign in
apache
/
cassandra-python-driver
/
1798cf7464e53e01abf7f4c820b60d75beac37da
/
.
/
tests
/
integration
/
conftest.py
blob: b2eb9a02fc3980d15578b16a49a7ecb12657755f [
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
()