Skip to content

Commit

Permalink
Test rotation callbacks better (#560)
Browse files Browse the repository at this point in the history
* Rotation callback tests now run against the real plan

---------

Co-authored-by: David Perl <[email protected]>
  • Loading branch information
DominicOram and dperl-dls authored Oct 21, 2024
1 parent e7827d7 commit b557644
Show file tree
Hide file tree
Showing 2 changed files with 79 additions and 198 deletions.
2 changes: 2 additions & 0 deletions tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -314,6 +314,8 @@ def mock_side(*args, **kwargs):

@pytest.fixture
def backlight():
backlight = i03.backlight(fake_with_ophyd_sim=True)
backlight.TIME_TO_MOVE_S = 0.001
return i03.backlight(fake_with_ophyd_sim=True)


Expand Down
Loading

0 comments on commit b557644

Please sign in to comment.