rename item command group to scene-item

update tests, rename test_item.py to test_sceneitem.py

update README

minor bump
This commit is contained in:
2025-04-20 13:39:09 +01:00
parent 618cdefc17
commit 88635ed152
5 changed files with 8 additions and 8 deletions

View File

@@ -9,7 +9,7 @@ runner = CliRunner()
def test_item_list():
"""Test the item list command."""
result = runner.invoke(app, ['item', 'list', 'pytest'])
result = runner.invoke(app, ['scene-item', 'list', 'pytest'])
assert result.exit_code == 0
assert 'pytest_input' in result.stdout
assert 'pytest_input_2' in result.stdout