This commit is contained in:
@@ -51,7 +51,7 @@ def run_test_ioc():
|
||||
stop.set()
|
||||
t.join(timeout=2.0)
|
||||
time.sleep(0.2)
|
||||
|
||||
'''
|
||||
def configure_logzero_for_pytest(caplog):
|
||||
logger.handlers.clear()
|
||||
logger.propagate = True # Propagate to root logger captured by caplog
|
||||
@@ -289,4 +289,6 @@ 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