56aa9962fc
@pytest.fixture
def myfix():
# setup
yield 1
# teardown
@pytest.fixture
def myfix():
# setup
yield 1
# teardown