Live changes from early July, PX-III
Build and Publish / test (pull_request_target) Successful in 2m59s
Build and Publish / build (pull_request_target) Successful in 19s
Build and Publish / Build and Deploy Docs (pull_request_target) Successful in 35s

This commit was merged in pull request #111.
This commit is contained in:
David Perl
2026-07-27 10:33:04 +02:00
committed by perl_d
parent aae4ea7a32
commit df3ddc5c84
19 changed files with 112 additions and 219 deletions
+3 -2
View File
@@ -7,6 +7,7 @@ from aare.gui.widgets.message_box import (
experiment_hutch_shutter_check,
ring_current_auto_check,
)
import pytest
def test_reply_box(qtbot):
@@ -30,10 +31,10 @@ def test_timer_box_auto_accept(qtbot):
assert box.result() == QMessageBox.StandardButton.Yes
@pytest.mark.timeout(10)
def test_ring_current_low_check_ok(qtbot):
# Should return True immediately if current is high enough
assert ring_current_low_check(None, 200.0) is True
assert ring_current_low_check(None, 361.0) is True
def test_ring_current_low_check_low_yes(qtbot):