From 6c42b36865727b623f6a7f7fc1757f0b21bbf756 Mon Sep 17 00:00:00 2001 From: "Steven B." <51370195+sdb9696@users.noreply.github.com> Date: Tue, 26 Nov 2024 11:36:30 +0000 Subject: [PATCH] Rename tests/smartcamera to tests/smartcam (#1315) --- tests/{smartcamera => smartcam}/__init__.py | 0 tests/{smartcamera => smartcam}/modules/__init__.py | 0 tests/{smartcamera => smartcam}/modules/test_alarm.py | 0 tests/{smartcamera => smartcam}/test_smartcamera.py | 0 4 files changed, 0 insertions(+), 0 deletions(-) rename tests/{smartcamera => smartcam}/__init__.py (100%) rename tests/{smartcamera => smartcam}/modules/__init__.py (100%) rename tests/{smartcamera => smartcam}/modules/test_alarm.py (100%) rename tests/{smartcamera => smartcam}/test_smartcamera.py (100%) diff --git a/tests/smartcamera/__init__.py b/tests/smartcam/__init__.py similarity index 100% rename from tests/smartcamera/__init__.py rename to tests/smartcam/__init__.py diff --git a/tests/smartcamera/modules/__init__.py b/tests/smartcam/modules/__init__.py similarity index 100% rename from tests/smartcamera/modules/__init__.py rename to tests/smartcam/modules/__init__.py diff --git a/tests/smartcamera/modules/test_alarm.py b/tests/smartcam/modules/test_alarm.py similarity index 100% rename from tests/smartcamera/modules/test_alarm.py rename to tests/smartcam/modules/test_alarm.py diff --git a/tests/smartcamera/test_smartcamera.py b/tests/smartcam/test_smartcamera.py similarity index 100% rename from tests/smartcamera/test_smartcamera.py rename to tests/smartcam/test_smartcamera.py