Skip to content

Commit

Permalink
deprecate default config fixture
Browse files Browse the repository at this point in the history
  • Loading branch information
jenshnielsen committed Oct 25, 2022
1 parent 1915dcc commit ec43003
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions qcodes/tests/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,7 @@ def set(self, value):
return value


@deprecate(reason="Unused internally", alternative="default_config fixture")
@contextmanager
def default_config(user_config: Optional[str] = None):
"""
Expand Down

0 comments on commit ec43003

Please sign in to comment.