pylint: test_mesh_interface.py line too long

This commit is contained in:
shukari
2025-08-09 16:58:48 +02:00
parent f3ba660cf4
commit cbf7b9befe

View File

@@ -682,7 +682,11 @@ def test_exit_with_exception(caplog):
caplog.text,
re.MULTILINE,
)
assert re.search(r"Traceback:\n.*in test_exit_with_exception\n {4}raise ValueError\(\"Something went wrong\"\)", caplog.text, re.MULTILINE)
assert re.search(
r"Traceback:\n.*in test_exit_with_exception\n {4}raise ValueError\(\"Something went wrong\"\)",
caplog.text,
re.MULTILINE
)
@pytest.mark.unit