Skip to content

Commit

Permalink
Add missing dependency on experiment fixture
Browse files Browse the repository at this point in the history
  • Loading branch information
jenshnielsen committed Jan 9, 2023
1 parent 491f51a commit c700045
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions qcodes/tests/dataset/dond/test_do0d.py
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,7 @@ def test_do0d_explicit_name(_param):
assert data1[0].name == "my measurement"


@pytest.mark.usefixtures("experiment")
def test_do0d_parameter_with_setpoints_2d(dummyinstrument):
dummyinstrument.A.dummy_start(0)
dummyinstrument.A.dummy_stop(10)
Expand Down

0 comments on commit c700045

Please sign in to comment.