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