Add P210M(US) 1.0 1.0.3 fixture (#1399)

This commit is contained in:
Steven B.
2024-12-21 09:20:12 +00:00
committed by GitHub
parent cef0e571a0
commit d81cf1b3b6
6 changed files with 1594 additions and 5 deletions

View File

@@ -268,7 +268,8 @@ async def test_alias(dev, runner):
res = await runner.invoke(alias, obj=dev)
assert f"Alias: {new_alias}" in res.output
await dev.set_alias(old_alias)
# If alias is None set it back to empty string
await dev.set_alias(old_alias or "")
async def test_raw_command(dev, mocker, runner):