Skip to content

Commit

Permalink
Update version history
Browse files Browse the repository at this point in the history
  • Loading branch information
isotuela committed Jun 14, 2023
1 parent 1930f20 commit 8fc0495
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions doc/version_history.rst
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ v1.22.0

* Add new ``MoveP2P`` maintel script.

* Add new ``auxtel/calibrations/power_on_atcalsys.py`` script, unit test and executable to set up and turn on the ATCalSys white light.

v1.21.0
-------

Expand Down
4 changes: 2 additions & 2 deletions tests/test_auxtel_power_on_atcalsys.py
Original file line number Diff line number Diff line change
Expand Up @@ -226,14 +226,14 @@ async def test_run_without_without_failures(self):

# Summary State
self.script.white_light_source.evt_summaryState.aget.assert_awaited_once_with()

self.script.monochromator.evt_summaryState.aget.assert_awaited_once_with()

# Q? Remove cause it's redundant?
assert self.chiller_status.chillerState == "READY"
assert self.lamp_state.basicState == ATWhiteLight.LampBasicState.ON
assert self.shutter_status.shutterState == ATWhiteLight.ShutterState.OPEN
assert self.grating_status.gratingState == ATMonochromator.Grating.MIRROR
# Assert wavelength and slitWidth?
# Q? Assert wavelength and slitWidth?

async def test_executable(self):
scripts_dir = standardscripts.get_scripts_dir()
Expand Down

0 comments on commit 8fc0495

Please sign in to comment.