From 7abee67af5a634fe362dbed2d3a4c8a0021e6e7a Mon Sep 17 00:00:00 2001 From: Remco Schipper <7037079+RSchipper@users.noreply.github.com> Date: Sun, 8 Dec 2024 11:39:14 +0100 Subject: [PATCH 1/2] Add symlink for T20e Omni (py3qif) pointing to T20 Omni (p1jij8) and include it in the tests --- deebot_client/hardware/deebot/py3qif.py | 1 + tests/hardware/test_init.py | 1 + 2 files changed, 2 insertions(+) create mode 120000 deebot_client/hardware/deebot/py3qif.py diff --git a/deebot_client/hardware/deebot/py3qif.py b/deebot_client/hardware/deebot/py3qif.py new file mode 120000 index 000000000..0f26ba6a9 --- /dev/null +++ b/deebot_client/hardware/deebot/py3qif.py @@ -0,0 +1 @@ +p1jij8.py \ No newline at end of file diff --git a/tests/hardware/test_init.py b/tests/hardware/test_init.py index cace005b7..2bb2756d9 100644 --- a/tests/hardware/test_init.py +++ b/tests/hardware/test_init.py @@ -289,4 +289,5 @@ def test_all_models_loaded() -> None: "z4lvk7", "zjavof", "zwkcqc", + "py3qif", ] From 79ef0b4a1a6ab01637b1eb8277cce890d19de0e6 Mon Sep 17 00:00:00 2001 From: Robert Resch Date: Tue, 10 Dec 2024 11:15:10 +0000 Subject: [PATCH 2/2] Fix test --- tests/hardware/test_init.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/hardware/test_init.py b/tests/hardware/test_init.py index 2bb2756d9..677e2a530 100644 --- a/tests/hardware/test_init.py +++ b/tests/hardware/test_init.py @@ -278,6 +278,7 @@ def test_all_models_loaded() -> None: "p1jij8", "p95mgv", "paeygf", + "py3qif", "qhe2o2", "rss8xk", "s69g6z", @@ -289,5 +290,4 @@ def test_all_models_loaded() -> None: "z4lvk7", "zjavof", "zwkcqc", - "py3qif", ]