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