@pytest.fixture
def myfix():
    # setup
    yield 1
    # teardown
						
					
				
			 | 
			||
|---|---|---|
| .. | ||
| collect.py | ||
| fixture.py | ||
| integration.py | ||
| metafunc.py | ||
| raises.py | ||
				
					
						
							@pytest.fixture
def myfix():
    # setup
    yield 1
    # teardown
						
					
				
			 | 
			||
|---|---|---|
| .. | ||
| collect.py | ||
| fixture.py | ||
| integration.py | ||
| metafunc.py | ||
| raises.py | ||