I am writing a function for setup and tear down using Pytest fixture
@pytest.fixture def fixture_fun(): #setup yield output #yield the output from s