This commit is contained in:
@@ -63,7 +63,7 @@ def ioc_up():
|
||||
time.sleep(1.0) # give CA some time to announce PVs
|
||||
yield
|
||||
|
||||
'''
|
||||
|
||||
# -------- OperationMessageStatus --------
|
||||
class TestOperationMessageStatus:
|
||||
@pytest.fixture
|
||||
@@ -110,7 +110,7 @@ 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))
|
||||
|
||||
Reference in New Issue
Block a user