Skip to content

Commit

Permalink
Always set default config
Browse files Browse the repository at this point in the history
  • Loading branch information
jenshnielsen committed Jan 8, 2023
1 parent f2ffa9a commit d4c89e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qcodes/tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ def disable_telemetry():
qc.config.telemetry.enabled = original_state


@pytest.fixture(scope="function")
@pytest.fixture(scope="function", autouse=True)
def default_config(tmp_path) -> Generator[None, None, None]:
"""
Fixture to temporarily establish default config settings.
Expand Down

0 comments on commit d4c89e8

Please sign in to comment.