From 76dbd5e6318b6b9673a813cef9dbaae1a2a6714c Mon Sep 17 00:00:00 2001 From: Remco Schipper <7037079+RSchipper@users.noreply.github.com> Date: Tue, 10 Dec 2024 19:31:15 +0100 Subject: [PATCH] Add symlink for N30 Pro Omni (87swps) pointing to N30 Omni (zwkcqc) and include it in the tests --- deebot_client/hardware/deebot/87swps.py | 1 + tests/hardware/test_init.py | 1 + 2 files changed, 2 insertions(+) create mode 120000 deebot_client/hardware/deebot/87swps.py diff --git a/deebot_client/hardware/deebot/87swps.py b/deebot_client/hardware/deebot/87swps.py new file mode 120000 index 000000000..63026c958 --- /dev/null +++ b/deebot_client/hardware/deebot/87swps.py @@ -0,0 +1 @@ +zwkcqc.py \ No newline at end of file diff --git a/tests/hardware/test_init.py b/tests/hardware/test_init.py index 509298539..54f106b97 100644 --- a/tests/hardware/test_init.py +++ b/tests/hardware/test_init.py @@ -303,4 +303,5 @@ def test_all_models_loaded() -> None: "z4lvk7", "zjavof", "zwkcqc", + "87swps", ]