Implemented the dynamic scope feature.
This commit is contained in:
committed by
Andrzej Klajnert
parent
404cf0c872
commit
10bf6aac76
@@ -1,7 +1,7 @@
|
||||
import pytest
|
||||
|
||||
|
||||
@pytest.fixture("session")
|
||||
@pytest.fixture(scope="session")
|
||||
def setup(request):
|
||||
setup = CostlySetup()
|
||||
yield setup
|
||||
|
||||
Reference in New Issue
Block a user