Skip to content

Commit 65f7f2c

Browse files
committed
maybe session scope?
1 parent ce35869 commit 65f7f2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

google_symptoms/tests/conftest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ def params_w_patch(params):
105105
return params
106106

107107

108-
@pytest.fixture(scope="class")
108+
@pytest.fixture(scope="session")
109109
def run_as_module(params):
110110
if exists(f"{TEST_DIR}/receiving"):
111111
# Clean receiving directory

0 commit comments

Comments
 (0)