add monitor validate function

upd tests to match console colour changes
This commit is contained in:
2025-06-06 20:58:15 +01:00
parent 81518a14ea
commit 434f8c0e0c
5 changed files with 21 additions and 8 deletions

View File

@@ -29,6 +29,6 @@ def test_sceneitem_transform():
)
assert result.exit_code == 0
assert (
"Item 'pytest_input_2' in scene 'pytest_scene' has been transformed"
'Item pytest_input_2 in scene pytest_scene has been transformed'
in result.stdout
)