Implemented the dynamic scope feature.

This commit is contained in:
aklajnert
2019-08-21 14:41:37 +02:00
committed by Andrzej Klajnert
parent 404cf0c872
commit 10bf6aac76
8 changed files with 224 additions and 7 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
import pytest
@pytest.fixture("session")
@pytest.fixture(scope="session")
def setup(request):
setup = CostlySetup()
yield setup