This commit is contained in:
@@ -18,7 +18,6 @@ from slic.utils.hastyepics import get_pv
|
||||
from morbidissimo import MorIOC
|
||||
from slic.utils.pvpreload import *
|
||||
|
||||
'''
|
||||
def configure_logzero_for_pytest(caplog):
|
||||
logger.handlers.clear()
|
||||
logger.setLevel(logging.DEBUG)
|
||||
@@ -257,5 +256,4 @@ def test_pvpreload_end_to_end(tmp_path, caplog):
|
||||
# Verify logs
|
||||
logs = "\n".join(caplog.messages)
|
||||
assert "PV preload done" in logs
|
||||
assert "PV offload done" in logs
|
||||
'''
|
||||
assert "PV offload done" in logs
|
||||
Reference in New Issue
Block a user