Skip to content
This repository has been archived by the owner on Sep 2, 2024. It is now read-only.

Commit

Permalink
(#1173) Add required RE for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
DominicOram committed Mar 15, 2024
1 parent 2f4aa94 commit c4d6845
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -292,6 +292,7 @@ def ophyd_pin_tip_detection():

@pytest.fixture
def robot():
RunEngine() # A RE is needed to start the bluesky loop
robot = i03.robot(fake_with_ophyd_sim=True)
set_sim_value(robot.barcode.bare_signal, ["BARCODE"])
return robot
Expand Down

0 comments on commit c4d6845

Please sign in to comment.