Apply suggestions from code review of branch update-for-labthings0.0.12

Co-authored-by: Richard Bowman <richard.bowman@cantab.net>
This commit is contained in:
Julian Stirling 2025-12-16 13:23:03 +00:00
parent a67afdf21f
commit ddc81f9c17
2 changed files with 2 additions and 8 deletions

View file

@ -288,11 +288,6 @@ def test_move_absolute(dummy_stage, path):
3 paths are tried for each case of axis inversion. This checks both that the
reported position changes as is input in path, and that the hardware position is
inverted when appropriate.
NOTE: it is essential that `dummy_stage` is imported even if any time it is used
dummy stage could be used. This is because the fixture that creates stage client
handles adding the dummy_stage to a server. It needs to have been added to a
server for it not to throw errors about not being connected to a server.
"""
# Note that the fixture is not reset. This is fine, because the stage_should work
# no matter the starting position.