This commit is contained in:
@@ -119,7 +119,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))
|
||||
@@ -153,7 +153,7 @@ class TestOperationMessageEntry:
|
||||
time.sleep(0.05)
|
||||
assert repr(entry) == f"{date_val} {msg_val}"
|
||||
|
||||
|
||||
'''
|
||||
# -------- OperationMessage --------
|
||||
class TestOperationMessage:
|
||||
def test_init_with_name(self):
|
||||
|
||||
Reference in New Issue
Block a user