This commit is contained in:
@@ -120,7 +120,6 @@ class TestOperationMessageStatus:
|
||||
status.update("TOTALLY_INVALID_STATUS")
|
||||
assert "not from allowed values" in str(exc.value)
|
||||
|
||||
'''
|
||||
# -------- OperationMessageEntry --------
|
||||
class TestOperationMessageEntry:
|
||||
@pytest.fixture(params=range(N_MSG_HISTORY))
|
||||
@@ -333,5 +332,4 @@ class TestMachineStatus:
|
||||
r = repr(ms)
|
||||
assert beamline in r
|
||||
assert "ACCESS" in r
|
||||
assert "00:05:00" in r
|
||||
'''
|
||||
assert "00:05:00" in r
|
||||
Reference in New Issue
Block a user