Skip to content

Commit

Permalink
Test execute_before_any_test with scope session
Browse files Browse the repository at this point in the history
  • Loading branch information
LucasG0 committed Sep 19, 2024
1 parent becbcc9 commit a4940e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ async def register_core_models_schema(default_branch: Branch, register_internal_
return schema_branch


@pytest.fixture(scope="module", autouse=True)
@pytest.fixture(scope="session", autouse=True)
def execute_before_any_test(worker_id, tmpdir_factory):
config.load_and_exit()

Expand Down

0 comments on commit a4940e6

Please sign in to comment.